Interface HelperInterface

Summary

Fully Qualified Name: Zend\View\Helper\HelperInterface

Description

Methods

Name Description Defined By
getView() Get the View object HelperInterface
setView() Set the View object HelperInterface

Method Details

getView()

Get the View object

Returns: \Renderer

setView()

Set the View object

Parameter Name Type Description
$view \Renderer

Returns: \HelperInterface

Top