PHP Class think\console\command\Help

Inheritance: extends think\console\command\Command
Afficher le fichier Open project: top-think/framework

Méthodes publiques

Méthode Description
setCommand ( Command $command ) Sets the command.

Méthodes protégées

Méthode Description
configure ( )
execute ( Input $input, Output $output )

Method Details

configure() protected méthode

protected configure ( )

execute() protected méthode

protected execute ( Input $input, Output $output )
$input think\console\Input
$output think\console\Output

setCommand() public méthode

Sets the command.
public setCommand ( Command $command )
$command think\console\Command The command to set