1 | <?php |
||
9 | class MemcachedServiceProvider implements ServiceProviderInterface |
||
10 | { |
||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | public function register(ContainerInterface $app) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function boot(ContainerInterface $app) |
||
33 | |||
34 | private function addServer(Memcached $memcached, array $server) |
||
42 | } |
||
43 |