| 1 | <?php |
||
| 11 | abstract class ApiAction extends Action |
||
| 12 | { |
||
| 13 | protected $code; |
||
| 14 | protected $message; |
||
| 15 | protected $payload; |
||
| 16 | |||
| 17 | protected function init() |
||
| 23 | |||
| 24 | protected function performChecks() |
||
| 28 | |||
| 29 | protected function performCallBack() |
||
| 33 | |||
| 34 | protected function formatResponse() |
||
| 49 | |||
| 50 | protected function manageSlimeException(SlimeException $slimeException) |
||
| 54 | |||
| 55 | protected function manageBaseException(\Exception $baseException) |
||
| 60 | } |