Methods
Get the tag closing bracket
getClosingBracket() : string
Set the View object
setView(\Zend\View\Renderer\RendererInterface $view) : \Zend\View\Helper\AbstractHelper
Inherited
inherited_from |
\Zend\View\Helper\AbstractHelper::setView() |
Parameters
Returns
Converts an associative array to a string of tag attributes.
htmlAttribs(array $attribs) : string
Parameters
$attribs
array
From this array, each key-value pair is converted to an attribute name and value.
Returns
string
The XHTML for the attributes.
Is doctype XHTML?
isXhtml() : bool
Normalize an ID
normalizeId(string $value) : string
Parameters
$value
string
Returns
string
Properties
The tag closing bracket
$closingBracket : string
Constants
EOL character
EOL
deprecated |
just use PHP_EOL |