PHP 클래스 xajaxResponsePlugin

xajax version 0.5 (Beta 1) copyright (c) 2006 by Jared White & J. Max Wilson http://www.xajaxproject.org xajax is an open source PHP class library for easily creating powerful PHP-driven, web-based Ajax Applications. Using xajax, you can asynchronously call PHP functions and update the content of your your webpage without reloading the page. xajax is released under the terms of the BSD license http://www.xajaxproject.org/bsd_license.txt
파일 보기 프로젝트 열기: xajax/xajax

공개 프로퍼티들

프로퍼티 타입 설명
$objResponse A reference to the current object that is being used to build the response that will be sent to the client browser.

공개 메소드들

메소드 설명
addCommand ( $aAttributes, $sData ) * Function: addCommand
getName ( ) * Function: getName
process ( ) * Function: process
setResponse ( $objResponse ) * Function: setResponse

메소드 상세

addCommand() 공개 메소드

Used internally to add a command to the response command list. This will call addPluginCommand> using the reference provided in setResponse>.
public addCommand ( $aAttributes, $sData )

getName() 공개 메소드

Called by the when the user script requests a plugin. This name must match the plugin name requested in the called to plugin>.
public getName ( )

process() 공개 메소드

Called by when a user script requests the service of a response plugin. The parameters provided by the user will be used to determine which response command and parameters will be sent to the client upon completion of the xajax request process.
public process ( )

setResponse() 공개 메소드

Called by the object that is currently being used to build the response that will be sent to the client browser. Parameters: objResponse - (object): A reference to the object
public setResponse ( $objResponse )

프로퍼티 상세

$objResponse 공개적으로 프로퍼티

A reference to the current object that is being used to build the response that will be sent to the client browser.
public $objResponse