| 1 | <?php |
||
| 7 | class AbstractJsonResponderGenerator extends AbstractResponderGenerator { |
||
| 8 | |||
| 9 | protected function getTemplateFolder() { |
||
| 12 | |||
| 13 | protected function ensureUseStatements(AbstractPhpStruct $struct) { |
||
| 18 | |||
| 19 | protected function generateRunMethod($body = '') { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Generates a json response class for the given action |
||
| 27 | * |
||
| 28 | * @param ActionSchema $action |
||
| 29 | * @return PhpClass |
||
| 30 | */ |
||
| 31 | public function generate(ActionSchema $action) { |
||
| 34 | } |
||
| 35 |