PHP Класс blink\console\ServerCommand

Наследование: extends blink\core\console\Command
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$description
$name

Защищенные методы

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getServerDefinition ( )
handleReload ( )
handleRestart ( )
handleServe ( )
handleStart ( )
handleStop ( )

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

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 getServerDefinition ( )

handleReload() защищенный Метод

protected handleReload ( )

handleRestart() защищенный Метод

protected handleRestart ( )

handleServe() защищенный Метод

protected handleServe ( )

handleStart() защищенный Метод

protected handleStart ( )

handleStop() защищенный Метод

protected handleStop ( )

Описание свойств

$description публичное свойство

public $description

$name публичное свойство

public $name