PHP Class Habari\AjaxResponse

Show file Open project: habari/system

Public Properties

Property Type Description
$data

Public Methods

Method Description
__construct ( $response_code = 200, $message = null, $data = null ) * By default, we have a successful operation, with no data to return.
__get ( $var )
__set ( $var, $val )
html ( $name, $value )
out ( $to_iframe = false )

Method Details

__construct() public method

* By default, we have a successful operation, with no data to return.
public __construct ( $response_code = 200, $message = null, $data = null )

__get() public method

public __get ( $var )

__set() public method

public __set ( $var, $val )

html() public method

public html ( $name, $value )

out() public method

public out ( $to_iframe = false )

Property Details

$data public property

public $data