Property | Type | Description | |
---|---|---|---|
$cssfiles | array | CSS files to be loaded by the browser. | |
$jsfiles | array | JavaScript files to be loaded by the browser. | |
$jsonhtml | boolean | If true, output HTML-ized JSON instead of application/json. | |
$tasks | object | Task data to send to the browser. |
Method | Description | |
---|---|---|
__construct ( mixed $data = null, mixed $tasks = null ) | Constructor. | |
send ( ) |
Method | Description | |
---|---|---|
_jsonData ( ) : object | HordeCore JSON responses are a structured object which always includes the response in the 'response' property. |
public __construct ( mixed $data = null, mixed $tasks = null ) | ||
$data | mixed | Response data to send to browser. |
$tasks | mixed | Task data to send to browser. |
public array $cssfiles | ||
return | array |
public array $jsfiles | ||
return | array |
public bool $jsonhtml | ||
return | boolean |