PHP Class Habari\AjaxResponse

Afficher le fichier Open project: habari/system

Méthodes publiques

Свойство Type Description
$data

Méthodes publiques

Méthode 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 méthode

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

__get() public méthode

public __get ( $var )

__set() public méthode

public __set ( $var, $val )

html() public méthode

public html ( $name, $value )

out() public méthode

public out ( $to_iframe = false )

Property Details

$data public_oe property

public $data