Total Complexity | 2 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class CheckInControllerFactory implements FactoryInterface |
||
14 | { |
||
15 | public function createService(ServiceLocatorInterface $serviceLocator, $cName = null, $rName = null) |
||
16 | { |
||
17 | return $this($serviceLocator->getServiceLocator(), $rName); |
||
|
|||
18 | } |
||
19 | |||
20 | public function __invoke(ContainerInterface $container, $name, $options = []) |
||
25 | ); |
||
26 | } |
||
27 | } |