Methods

Get the tag closing bracket

getClosingBracket() : string

Returns

string

Get the view object

getView() : null | \Zend\View\Renderer\RendererInterface
Inherited

inherited_from \Zend\View\Helper\AbstractHelper::getView()

Returns

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

access public

Parameters

$attribs

array

From this array, each key-value pair is converted to an attribute name and value.

Returns

stringThe XHTML for the attributes.

Is doctype XHTML?

isXhtml() : bool

Returns

bool

Normalize an ID

normalizeId(string $value) : string

Parameters

$value

string

Returns

string

 Properties

 

The tag closing bracket

$closingBracket : string

 

View object instance

$view : \Zend\View\Renderer\RendererInterface
Inherited

inherited_from \Zend\View\Helper\AbstractHelper::$$view

 Constants

 

EOL character

EOL 

deprecated just use PHP_EOL