Method |
Description |
|
__call ( string $method, array $arguments ) : mixed | Tag | string |
|
|
_getAllParams ( ) : array |
|
|
_getParam ( $key, null $default = null ) : mixed |
|
|
getAllParams ( ) : array |
|
|
getParam ( $key, $default = null ) : mixed |
|
|
getRequest ( ) : Zend_Controller_Request_Http |
|
|
getViewScriptSuffix ( ) : string |
|
|
inc ( $include, array $params = null, $cacheEnabled = true ) : string |
includes a document |
|
includeTemplateFile ( string $script ) |
|
|
setRequest ( Zend_Controller_Request_Abstract $request ) |
|
|
t ( ) |
shorthand for $this->translate() view helper |
|
tag ( $type, $realName, array $options = [] ) : Tag |
|
|
template ( $scriptPath, array $params = [], boolean $resetPassedParams = false, boolean $capture = false ) : string |
|
|
ts ( ) |
shorthand for $this->translateAdmin() view helper |
|