| 1 | <?php |
||
| 7 | class AbstractHtmlResponseGenerator extends AbstractResponseGenerator { |
||
| 8 | |||
| 9 | 2 | protected function getTemplateFolder() { |
|
| 12 | |||
| 13 | /** |
||
| 14 | * Generates a html response class for the given action |
||
| 15 | * |
||
| 16 | * @param ActionSchema $action |
||
| 17 | * @return PhpClass |
||
| 18 | */ |
||
| 19 | 2 | public function generate(ActionSchema $action) { |
|
| 22 | } |