PHP Интерфейс Webmozart\Console\Api\Resolver\CommandResolver

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

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

Метод Описание
resolveCommand ( Webmozart\Console\Api\Args\RawArgs $args, Webmozart\Console\Api\Application\Application $application ) : ResolvedCommand Returns the command to execute for the given console arguments.

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

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

Returns the command to execute for the given console arguments.
public resolveCommand ( Webmozart\Console\Api\Args\RawArgs $args, Webmozart\Console\Api\Application\Application $application ) : ResolvedCommand
$args Webmozart\Console\Api\Args\RawArgs The console arguments.
$application Webmozart\Console\Api\Application\Application The application.
Результат ResolvedCommand The command to execute.