1 | <?php |
||
21 | class MigrationsCommandFactory implements FactoryInterface |
||
|
|||
22 | { |
||
23 | /** @var string */ |
||
24 | private $name; |
||
25 | |||
26 | 1 | public function __construct(string $name) |
|
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | * |
||
34 | * @return AbstractCommand |
||
35 | * |
||
36 | * @throws InvalidArgumentException |
||
37 | */ |
||
38 | 1 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) |
|
55 | |||
56 | /** |
||
57 | * @throws InvalidArgumentException |
||
58 | */ |
||
59 | 1 | public function createService(ServiceLocatorInterface $container) : AbstractCommand |
|
63 | } |
||
64 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.