$group
$group :
Does a rollback followed by a latest to refresh the current state of the database.
$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…