Interface CommandFactoryInterface
An interface for abstracting creation of command and shell instances.
Namespace: Cake\Console
Method Summary
-
create() public
The factory method for creating Command instances.
Method Detail
create() ΒΆ public
create(string $className): Cake\Console\CommandInterface
The factory method for creating Command instances.
Parameters
-
string
$className Command class name.
Returns
Cake\Console\CommandInterface