PHP 클래스 Admin_View_Helper_JQueryReady

상속: extends Zend_View_Helper_Placeholder_Container_Standalone
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$_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