PHP Class blink\console\ServerCommand

Inheritance: extends blink\core\console\Command
Datei anzeigen Open project: bixuehujin/blink

Public Properties

Property Type Description
$description
$name

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getServerDefinition ( )
handleReload ( )
handleRestart ( )
handleServe ( )
handleStart ( )
handleStop ( )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getServerDefinition() protected method

protected getServerDefinition ( )

handleReload() protected method

protected handleReload ( )

handleRestart() protected method

protected handleRestart ( )

handleServe() protected method

protected handleServe ( )

handleStart() protected method

protected handleStart ( )

handleStop() protected method

protected handleStop ( )

Property Details

$description public_oe property

public $description

$name public_oe property

public $name