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