| 1 | <?php |
||
| 10 | class InterfaceGenerator extends ClassAwareGenerator |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @inheritDoc |
||
| 14 | */ |
||
| 15 | 2 | protected function scope(): string |
|
| 19 | |||
| 20 | /** |
||
| 21 | * @inheritDoc |
||
| 22 | */ |
||
| 23 | 4 | protected function generateScope(): string |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @inheritDoc |
||
| 30 | */ |
||
| 31 | 4 | protected function generateProperties(): string |
|
| 35 | } |
||
| 36 |