1 | <?php |
||
5 | class StandardConfigurationProvider |
||
6 | { |
||
7 | protected $configurationFile; |
||
8 | |||
9 | protected $classConfigurationReader; |
||
10 | |||
11 | protected $configurationReader; |
||
12 | |||
13 | protected $environmentConfigurationReader; |
||
14 | |||
15 | public function __construct( |
||
26 | |||
27 | public function configureObject(ConfigurableObjectInterface $obj) |
||
36 | |||
37 | } |