console\controllers\HelpController actionIndex()

actionIndex() public method

Displays available commands or the detailed information about a particular command.

public integer actionIndex ( $command = null )
$command string

The name of the command to show help about. If not provided, all available commands will be displayed.

return integer

The exit status

throws yii\console\Exception

if the command for help is unknown

doc_Yii
2016-10-30 16:55:05
Comments
Leave a Comment

Please login to continue.