1 | <?php |
||
18 | class ConnectionMandatoryRecursiveArrayIteratorContainerIdConfiguration implements RequiresConfigId, RequiresMandatoryOptions |
||
19 | { |
||
20 | use ConfigurationTrait; |
||
21 | |||
22 | /** |
||
23 | * @interitdoc |
||
24 | */ |
||
25 | public function dimensions(): iterable |
||
29 | |||
30 | /** |
||
31 | * @interitdoc |
||
32 | */ |
||
33 | public function mandatoryOptions(): iterable |
||
37 | } |
||
38 |