$group
$group :
Lists all of the user-defined routes. This will include any Routes files that can be discovered, but will NOT include any routes that are not defined in a routes file, but are instead discovered through auto-routing.
$logger : \Psr\Log\LoggerInterface
The Logger to use for a command
$commands : \CodeIgniter\CLI\CommandRunner
Instance of the CommandRunner controller so commands can call other commands.
__construct(\Psr\Log\LoggerInterface $logger, \CodeIgniter\CLI\CommandRunner $commands)
BaseCommand constructor.
\Psr\Log\LoggerInterface | $logger | |
\CodeIgniter\CLI\CommandRunner | $commands |
Loading…