| 1 | <?php |
||
| 6 | class GeneratorFactory { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * Creates a generator for the given trait type |
||
| 10 | * |
||
| 11 | * @param string $type |
||
| 12 | * @return AbstractActionTraitGenerator |
||
| 13 | */ |
||
| 14 | 5 | public static function createActionTraitGenerator($type, CommandService $service) { |
|
| 32 | |||
| 33 | /** |
||
| 34 | * Creates a generator for the given json respose |
||
| 35 | * |
||
| 36 | * @param string $type |
||
| 37 | * @param CommandService $service |
||
| 38 | */ |
||
| 39 | 2 | public static function createJsonResponseGenerator($type, CommandService $service) { |
|
| 57 | |||
| 58 | } |
||
| 59 |