$app
$app : \CodeIgniter\CodeIgniter
Main CodeIgniter instance.
Console
$app : \CodeIgniter\CodeIgniter
Main CodeIgniter instance.
__construct(\CodeIgniter\CodeIgniter $app)
Console constructor.
\CodeIgniter\CodeIgniter | $app |
run(boolean $useSafeOutput = false) : \CodeIgniter\HTTP\RequestInterface|\CodeIgniter\HTTP\Response|\CodeIgniter\HTTP\ResponseInterface|mixed
Runs the current command discovered on the CLI.
boolean | $useSafeOutput |
Loading…