Property | Type | Description | |
---|---|---|---|
$data |
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 ) |
public __construct ( $response_code = 200, $message = null, $data = null ) |