PHP Class Pimcore\View\Helper\HeadLink

Inheritance: extends Zend_View_Helper_HeadLink
Datei anzeigen Open project: pimcore/pimcore

Protected Properties

Property Type Description
$cacheBuster boolean

Public Methods

Method Description
isCacheBuster ( ) : boolean
setCacheBuster ( boolean $cacheBuster )
toString ( string | integer $indent = null ) : string Render link elements as string

Method Details

isCacheBuster() public method

public isCacheBuster ( ) : boolean
return boolean

setCacheBuster() public method

public setCacheBuster ( boolean $cacheBuster )
$cacheBuster boolean

toString() public method

Render link elements as string
public toString ( string | integer $indent = null ) : string
$indent string | integer
return string

Property Details

$cacheBuster protected_oe property

protected bool $cacheBuster
return boolean