1 | <?php |
||
17 | class PackageDefaultAndMandatoryOptionsConfiguration implements RequiresConfig, ProvidesDefaultOptions, RequiresMandatoryOptions |
||
18 | { |
||
19 | use ConfigurationTrait; |
||
20 | |||
21 | /** |
||
22 | * @interitdoc |
||
23 | */ |
||
24 | public function dimensions() |
||
28 | |||
29 | /** |
||
30 | * @interitdoc |
||
31 | */ |
||
32 | public function defaultOptions() |
||
39 | |||
40 | /** |
||
41 | * @interitdoc |
||
42 | */ |
||
43 | public function mandatoryOptions() |
||
49 | } |
||
50 |