PHP 클래스 xajaxEventPlugin

Plugin that adds server side event handling capabilities to xajax. Events can be registered, then event handlers attached.
상속: extends xajaxRequestPlugin
파일 보기 프로젝트 열기: xajax/xajax

공개 프로퍼티들

프로퍼티 타입 설명
$aEvents * Array: aEvents
$bDeferScriptGeneration
$sDefer * String: sDefer
$sEventPrefix * String: sEventPrefix
$sRequestedEvent * String: sRequestedEvent
$sXajaxPrefix * String: sXajaxPrefix

공개 메소드들

메소드 설명
canProcessRequest ( ) * Function: canProcessRequest
configure ( $sName, $mValue ) * Function: configure
generateClientScript ( ) * Function: generateClientScript
generateHash ( )
processRequest ( ) * Function: processRequest
register ( $aArgs ) * Function: register
xajaxEventPlugin ( ) * Function: xajaxEventPlugin

메소드 상세

canProcessRequest() 공개 메소드

* Function: canProcessRequest
public canProcessRequest ( )

configure() 공개 메소드

* Function: configure
public configure ( $sName, $mValue )

generateClientScript() 공개 메소드

* Function: generateClientScript

generateHash() 공개 메소드

public generateHash ( )

processRequest() 공개 메소드

* Function: processRequest
public processRequest ( )

register() 공개 메소드

$sType - (string): type of item being registered $sEvent - (string): the name of the event $ufHandler - (function name or reference): a reference to the user function to call $aConfiguration - (array): an array containing configuration options
public register ( $aArgs )

xajaxEventPlugin() 공개 메소드

* Function: xajaxEventPlugin
public xajaxEventPlugin ( )

프로퍼티 상세

$aEvents 공개적으로 프로퍼티

* Array: aEvents
public $aEvents

$bDeferScriptGeneration 공개적으로 프로퍼티

public $bDeferScriptGeneration

$sDefer 공개적으로 프로퍼티

* String: sDefer
public $sDefer

$sEventPrefix 공개적으로 프로퍼티

* String: sEventPrefix
public $sEventPrefix

$sRequestedEvent 공개적으로 프로퍼티

* String: sRequestedEvent
public $sRequestedEvent

$sXajaxPrefix 공개적으로 프로퍼티

* String: sXajaxPrefix
public $sXajaxPrefix