PHP Класс Admin_View_Helper_JQueryReady

Наследование: extends Zend_View_Helper_Placeholder_Container_Standalone
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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

Открытые методы

Метод Описание
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

Описание методов

jQueryReady() публичный Метод

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
Результат Admin_View_Helper_JQueryReady

toString() публичный Метод

Turn helper into string
public toString ( ) : string
Результат string

Описание свойств

$_autoEscape защищенное свойство

Override this cause we need some other escaping like json encode for variables
protected bool $_autoEscape
Результат boolean

$_regKey защищенное свойство

Registry key for placeholder
protected string $_regKey
Результат string

$_scriptFormat защищенное свойство

the code formatting for document load ready around the scripts to be rendered
protected string $_scriptFormat
Результат string