Interface HelperTrait

Summary

Fully Qualified Name: Zend\Form\View\HelperTrait

Description

Helper trait for auto-completion of code in modern IDEs.

The trait provides convenience methods for view helpers, defined by the zend-form component. It is designed to be used for type-hinting $this variable inside zend-view templates via doc blocks.

The base class is PhpRenderer, followed by the helper trait from the zend-form component. However, multiple helper traits from different Zend Framework components can be chained afterwards.

Top