1 | <?php |
||
9 | class AbstractActionGenerator extends AbstractCodeGenerator { |
||
10 | |||
11 | 7 | protected function getTemplateFolder() { |
|
14 | |||
15 | 7 | protected function generateRunMethod($body = '') { |
|
22 | |||
23 | 3 | protected function addConfigureParamsMethod(AbstractPhpStruct $struct, $body = '') { |
|
30 | |||
31 | 7 | protected function ensureUseStatements(AbstractPhpStruct $struct) { |
|
36 | |||
37 | } |
||
38 |