Class RestFulController
A restful controller.
- CController
- Docolight\Rest\Http\RestFulController
Abstract
Namespace: Docolight\Rest\Http
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docolight/Rest/Http/RestFulController.php
Namespace: Docolight\Rest\Http
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docolight/Rest/Http/RestFulController.php
Methods summary
public
|
|
public
|
|
public
|
Properties summary
protected
array
|
$data
Data stored in this implementation. This data will be rendered as json response later in |
|
protected
Exception
|
$error
Exception stored in this implementation. When exception raised, the controller stored the exception in it. |
|
protected
array
|
$headers
Headers to be sent in HTTP response. |
#
[
'Powered-By' => 'PT. Docotel Teknologi',
]
|