PHP Class 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.
Mostra file
Open project: horde/horde
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
$data |
mixed |
Response data to send to the browser. |
|
Public Methods
Method |
Description |
|
__construct ( mixed $data = null ) |
Constructor. |
|
send ( ) |
Send response data to browser. |
|
sendAndExit ( ) |
Send response data to browser and ends script execution. |
|
Method Details
__construct()
public method
Send response data to browser.
sendAndExit()
public method
Send response data to browser and ends script execution.
Property Details
Response data to send to the browser.
public mixed $data |
return |
mixed |
|