| 1 | <?php |
||
| 6 | class AbstractHtmlResponderGenerator extends AbstractResponderGenerator { |
||
| 7 | |||
| 8 | protected function getTemplateFolder() { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Generates a html response class for the given action |
||
| 14 | * |
||
| 15 | * @param ActionSchema $action |
||
| 16 | * @return PhpClass |
||
| 17 | */ |
||
| 18 | public function generate(ActionSchema $action) { |
||
| 21 | } |