| 1 | <?php |
||
| 10 | class DIContainerBuilder extends \DI\ContainerBuilder |
||
| 11 | { |
||
| 12 | 89 | public function __construct($containerClass = 'DI\Container') |
|
| 18 | /** |
||
| 19 | * Build and return a container. |
||
| 20 | * |
||
| 21 | * @return Container |
||
| 22 | */ |
||
| 23 | 89 | public function build() |
|
| 32 | |||
| 33 | /** |
||
| 34 | * @var AnnotationReader |
||
| 35 | */ |
||
| 36 | private $annReader; |
||
| 37 | } |