Console
class Console (View source)
Constants
| LAST_OPTION_REGEX |
|
Properties
| protected | $namespacePrefix |
Methods
setNamespace(string $prefix)
Prefixes the namespace to command controller classes
int
exec(array $arguments)
Receives the arguments to execute the command If the command is not found, an exception will be thrown
static string
run(string $command, array $args = array(), int $code = 0)
Shortcut to execute predefined commands or commands from system/console.php
Details
Command
action(string $name, string|callable|Command $callback)
Register callable, console controller, and Command instance for a CLI command
setNamespace(string $prefix)
Prefixes the namespace to command controller classes
int
exec(array $arguments)
Receives the arguments to execute the command If the command is not found, an exception will be thrown
static string
run(string $command, array $args = array(), int $code = 0)
Shortcut to execute predefined commands or commands from system/console.php