PHP Класс Laravel\SparkInstaller\RegisterCommand

Наследование: extends Symfony\Component\Console\Command\Command, use trait InteractsWithSparkAPI, use trait InteractsWithSparkConfiguration
Показать файл Открыть проект

Открытые методы

Метод Описание
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void Execute the command.

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

Метод Описание
configure ( ) : void Configure the command options.
tokenIsInvalid ( Symfony\Component\Console\Output\OutputInterface $output ) : void Inform the user that the token is invalid.
tokenIsValid ( Symfony\Component\Console\Output\OutputInterface $output ) : void Inform the user that the token is valid.
valid ( string $token ) : boolean Determine if the given token is valid.

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

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

Configure the command options.
protected configure ( ) : void
Результат void

execute() публичный метод

Execute the command.
public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат void

tokenIsInvalid() защищенный метод

Inform the user that the token is invalid.
protected tokenIsInvalid ( Symfony\Component\Console\Output\OutputInterface $output ) : void
$output Symfony\Component\Console\Output\OutputInterface
Результат void

tokenIsValid() защищенный метод

Inform the user that the token is valid.
protected tokenIsValid ( Symfony\Component\Console\Output\OutputInterface $output ) : void
$output Symfony\Component\Console\Output\OutputInterface
Результат void

valid() защищенный метод

Determine if the given token is valid.
protected valid ( string $token ) : boolean
$token string
Результат boolean