PHP Class blink\console\ServerCommand

Inheritance: extends blink\core\console\Command
Afficher le fichier Open project: bixuehujin/blink

Méthodes publiques

Свойство Type Description
$description
$name

Méthodes protégées

Méthode 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 méthode

protected configure ( )

execute() protected méthode

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 méthode

protected getServerDefinition ( )

handleReload() protected méthode

protected handleReload ( )

handleRestart() protected méthode

protected handleRestart ( )

handleServe() protected méthode

protected handleServe ( )

handleStart() protected méthode

protected handleStart ( )

handleStop() protected méthode

protected handleStop ( )

Property Details

$description public_oe property

public $description

$name public_oe property

public $name