PHP Class Pimcore\View\Helper\HeadMeta

Inheritance: extends Zend_View_Helper_HeadMeta
Show file Open project: pimcore/pimcore

Protected Properties

Property Type Description
$rawItems

Public Methods

Method Description
addRaw ( string $html )
getRaw ( ) : array
toString ( null $indent = null ) : string

Protected Methods

Method Description
_isValid ( mixed $item ) : boolean Determine if item is valid

Method Details

_isValid() protected method

Determine if item is valid
protected _isValid ( mixed $item ) : boolean
$item mixed
return boolean

addRaw() public method

public addRaw ( string $html )
$html string

getRaw() public method

public getRaw ( ) : array
return array

toString() public method

public toString ( null $indent = null ) : string
$indent null
return string

Property Details

$rawItems protected property

protected $rawItems