PHP Класс Webmozart\Console\Api\Resolver\ResolvedCommand

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Показать файл Открыть проект

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

Метод Описание
__construct ( Command $command, Args $args ) Creates a new resolved command.
getArgs ( ) : Args Returns the parsed console arguments.
getCommand ( ) : Command Returns the command.

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

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

Creates a new resolved command.
public __construct ( Command $command, Args $args )
$command Webmozart\Console\Api\Command\Command The command.
$args Webmozart\Console\Api\Args\Args The console arguments.

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

Returns the parsed console arguments.
public getArgs ( ) : Args
Результат Webmozart\Console\Api\Args\Args The parsed console arguments.

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

Returns the command.
public getCommand ( ) : Command
Результат Webmozart\Console\Api\Command\Command The command.