| 1 | <?php  | 
            ||
| 7 | class AbstractJsonResponseGenerator extends AbstractResponseGenerator { | 
            ||
| 8 | |||
| 9 | 3 | 	protected function getTemplateFolder() { | 
            |
| 12 | |||
| 13 | 3 | 	protected function ensureUseStatements(AbstractPhpStruct $struct) { | 
            |
| 18 | |||
| 19 | 	protected function generateRunMethod($body = '') { | 
            ||
| 24 | |||
| 25 | 3 | /**  | 
            |
| 26 | 3 | * 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 |