\Horde_Core_Ajax_Response

A data object that represents JSON response data.

Copyright 2012-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
send()
sendAndExit()
$data
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : mixed

Response data to send to the browser.

Type

mixed

Methods

__construct()

__construct(mixed  $data = null) 

Constructor.

Parameters

mixed $data

Response data to send to browser.

send()

send() 

Send response data to browser.

sendAndExit()

sendAndExit() 

Send response data to browser and ends script execution.