PHP Class Pimcore\View\Helper\HeadScript

Inheritance: extends Zend_View_Helper_HeadScript
Show file 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 Retrieve string representation

Method Details

isCacheBuster() public method

public isCacheBuster ( ) : boolean
return boolean

setCacheBuster() public method

public setCacheBuster ( boolean $cacheBuster )
$cacheBuster boolean

toString() public method

Retrieve string representation
public toString ( string | integer $indent = null ) : string
$indent string | integer
return string

Property Details

$cacheBuster protected property

protected bool $cacheBuster
return boolean