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