| 1 | <?php |
||
| 14 | class AuraContainerAdapter implements AcclimateContainerInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var AuraContainerInterface An Aura DIC |
||
| 18 | */ |
||
| 19 | private $container; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param AuraContainerInterface $container An Aura DIC |
||
| 23 | */ |
||
| 24 | 3 | public function __construct(AuraContainerInterface $container) |
|
| 28 | |||
| 29 | 3 | public function get($id) |
|
| 39 | |||
| 40 | 2 | public function has($id) |
|
| 44 | } |
||
| 45 |