$_view
$_view : \Horde_View
The parent view invoking the helper.
View helper for displaying Horde block objects.
All helpers hold a link back to the instance of the view. The undefined property handlers (get()/call() methods) are used to mix helpers together, effectively placing them on the same pane of glass (the view) and allowing any helper to call any other.
$_view : \Horde_View
The parent view invoking the helper.
__construct(\Horde_View $view)
Creates a helper for $view.
\Horde_View | $view | The view to help. |
_block(string $block, array $params) : \Horde_Core_Block
Instantiates and caches Block objects.
string | $block | The name of the block to fetch. |
array | $params | Any arguments to the Block constructor. |
The requested Block object.