PHP 인터페이스 Webmozart\Console\Api\Resolver\CommandResolver

부터: 1.0
저자: Bernhard Schussek ([email protected])
파일 보기 프로젝트 열기: webmozart/console

공개 메소드들

메소드 설명
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.