create()
create(string $className) : \Cake\Console\Shell|\Cake\Console\Command
The factory method for creating Command and Shell instances.
Parameters
string | $className | Command/Shell class name. |
This is a factory for creating Command and Shell instances.
This factory can be replaced or extended if you need to customize building your command and shell objects.
create(string $className) : \Cake\Console\Shell|\Cake\Console\Command
The factory method for creating Command and Shell instances.
string | $className | Command/Shell class name. |
Loading…