Interface HelperTrait

Summary

Fully Qualified Name: Laminas\I18n\View\HelperTrait

Description

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

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

The base class is PhpRenderer, followed by the helper trait from the laminas-i18n component. However, multiple helper traits from different Laminas components can be chained afterwards.

Top