Class Console

Summary

Fully Qualified Name: CodeIgniter\CLI\Console

Description

Console

Methods

Name Description Defined By
__construct() Console constructor. Console
run() Runs the current command discovered on the CLI. Console
showHeader() Displays basic information about the Console. Console

Method Details

__construct()

Console constructor.

Parameter Name Type Description
$app \CodeIgniter\CodeIgniter

Returns:

run()

Runs the current command discovered on the CLI.

Parameter Name Type Description
$useSafeOutput bool

Returns: \CodeIgniter\HTTP\RequestInterface|\CodeIgniter\HTTP\Response|\CodeIgniter\HTTP\ResponseInterface|mixed

showHeader()

Displays basic information about the Console.

Returns:

Top