PHP 클래스 Horde_Core_Ajax_Response, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$data mixed Response data to send to the browser.

공개 메소드들

메소드 설명
__construct ( mixed $data = null ) Constructor.
send ( ) Send response data to browser.
sendAndExit ( ) Send response data to browser and ends script execution.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( mixed $data = null )
$data mixed Response data to send to browser.

send() 공개 메소드

Send response data to browser.
public send ( )

sendAndExit() 공개 메소드

Send response data to browser and ends script execution.
public sendAndExit ( )

프로퍼티 상세

$data 공개적으로 프로퍼티

Response data to send to the browser.
public mixed $data
리턴 mixed