| 1 | <?php |
||
| 23 | class ReflectionCompositeProvider |
||
| 24 | implements ReflectionCompositeProviderInterface |
||
|
|
|||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @var ReflectionCompositeProviderInterface |
||
| 28 | */ |
||
| 29 | protected static $default; |
||
| 30 | |||
| 31 | 20 | public static function getDefault() |
|
| 41 | |||
| 42 | public static function setDefault |
||
| 49 | |||
| 50 | private $cache; |
||
| 51 | |||
| 52 | 1 | public function __construct() |
|
| 56 | |||
| 57 | 4 | public function get(string $classname) : ReflectionComposite |
|
| 73 | } |
||
| 74 |