1 | <?php |
||
9 | class ClassnameZendLocator implements HandlerLocator |
||
10 | { |
||
11 | private $serviceLocator; |
||
12 | |||
13 | public function __construct(ServiceLocatorInterface $serviceLocator) |
||
17 | |||
18 | /** |
||
19 | * Retrieves the handler for a specified command |
||
20 | * |
||
21 | * @param string $commandName |
||
22 | * |
||
23 | 3 | * @return mixed |
|
24 | * |
||
25 | 3 | * @throws MissingHandlerException |
|
26 | */ |
||
27 | public function getHandlerForCommand($commandName) |
||
44 | } |
||
45 |