| 1 | <?php |
||
| 14 | class LeagueContainerAdapter implements AcclimateContainerInterface |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var ContainerInterface A League Container |
||
| 19 | */ |
||
| 20 | private $container; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param ContainerInterface $container A League Container |
||
| 24 | */ |
||
| 25 | 3 | public function __construct(ContainerInterface $container) |
|
| 29 | |||
| 30 | 3 | public function get($id) |
|
| 40 | |||
| 41 | 2 | public function has($id) |
|
| 50 | } |
||
| 51 |