PHP Интерфейс Yosymfony\Spress\Plugin\Environment\CommandEnvironmentInterface

Автор: Victor Puertas ([email protected])
Показать файл Открыть проект

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

Метод Описание
hasCommand ( string $name ) : boolean Returns true if the command exists, false otherwise.
runCommand ( string $commandName, array $arguments ) : integer Runs a command.

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

hasCommand() публичный Метод

This method must be used inside of executeCommand method implementation.
public hasCommand ( string $name ) : boolean
$name string The name of the command. e.g: "site:build"
Результат boolean

runCommand() публичный Метод

Runs a command.
public runCommand ( string $commandName, array $arguments ) : integer
$commandName string The name of the command. e.g: "site:build"
$arguments array The arguments
Результат integer The command exit code