FactoryInterface
in
Interface for creating commands by name
Table of Contents
Methods
- factory() : CommandInterface|null
- Create a command by name
Methods
factory()
Create a command by name
public
factory(string $name[, array<string|int, mixed> $args = array() ]) : CommandInterface|null
Parameters
- $name : string
-
Command to create
- $args : array<string|int, mixed> = array()
-
Command arguments