| 1 | <?php |
||
| 14 | class ClassGenerator extends ZendClassGenerator |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | */ |
||
| 19 | 1 | public function setExtendedClass($extendedClass) : ZendClassGenerator |
|
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritDoc} |
||
| 30 | * |
||
| 31 | 1 | * @param array<int, string> $interfaces |
|
| 32 | * |
||
| 33 | 1 | * @psalm-suppress MoreSpecificImplementedParamType parent interface does not specify type of array values |
|
| 34 | 1 | */ |
|
| 35 | public function setImplementedInterfaces(array $interfaces) : ZendClassGenerator |
||
| 44 | } |
||
| 45 |