1 | <?php |
||
12 | final class PostponableJobStrategyFactory implements FactoryInterface |
||
13 | { |
||
14 | protected $options; |
||
15 | |||
16 | 2 | public function __construct(array $options = null) |
|
20 | |||
21 | /** |
||
22 | * Create service |
||
23 | * |
||
24 | * @param ServiceLocatorInterface $serviceLocator |
||
25 | * @return PostponableJobStrategy |
||
26 | */ |
||
27 | 2 | public function createService(ServiceLocatorInterface $serviceLocator) |
|
34 | } |
||
35 |