PHP Class Admin_View_Helper_JQueryReady

Inheritance: extends Zend_View_Helper_Placeholder_Container_Standalone
Exibir arquivo Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$_autoEscape boolean Override this cause we need some other escaping like json encode for variables
$_regKey string Registry key for placeholder
$_scriptFormat string the code formatting for document load ready around the scripts to be rendered

Public Methods

Method Description
jQueryReady ( string $script = null ) : Admin_View_Helper_JQueryReady This helper add a document.ready script type for jquery Retrieve placeholder for title element and optionally add new script
toString ( ) : string Turn helper into string

Method Details

jQueryReady() public method

This helper add a document.ready script type for jquery Retrieve placeholder for title element and optionally add new script
public jQueryReady ( string $script = null ) : Admin_View_Helper_JQueryReady
$script string
return Admin_View_Helper_JQueryReady

toString() public method

Turn helper into string
public toString ( ) : string
return string

Property Details

$_autoEscape protected_oe property

Override this cause we need some other escaping like json encode for variables
protected bool $_autoEscape
return boolean

$_regKey protected_oe property

Registry key for placeholder
protected string $_regKey
return string

$_scriptFormat protected_oe property

the code formatting for document load ready around the scripts to be rendered
protected string $_scriptFormat
return string