PHP Class think\console\command\Help

Inheritance: extends think\console\command\Command
Datei anzeigen Open project: top-think/framework

Public Methods

Method Description
setCommand ( Command $command ) Sets the command.

Protected Methods

Method Description
configure ( )
execute ( Input $input, Output $output )

Method Details

configure() protected method

protected configure ( )

execute() protected method

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

setCommand() public method

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