| 1 | <?php |
||
| 15 | class GuzzleContainerAdapter implements AcclimateContainerInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var GuzzleContainerInterface A Guzzle ServiceBuilder |
||
| 19 | */ |
||
| 20 | private $container; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param GuzzleContainerInterface $container A Guzzle ServiceBuilder |
||
| 24 | */ |
||
| 25 | public function __construct(GuzzleContainerInterface $container) |
||
| 29 | |||
| 30 | public function get($id) |
||
| 40 | |||
| 41 | public function has($id) |
||
| 45 | } |
||
| 46 |