| 1 | <?php |
||
| 8 | abstract class AbstractConfigurable extends AbstractAnnotationReadable |
||
| 9 | { |
||
| 10 | private $options; |
||
| 11 | |||
| 12 | public function __construct(array $options) |
||
| 16 | |||
| 17 | protected function getAnnotationReader() |
||
| 27 | |||
| 28 | protected function getClass() |
||
| 32 | |||
| 33 | protected function createResult() |
||
| 39 | |||
| 40 | protected function getOption($name) |
||
| 44 | } |
||
| 45 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.