PHP 클래스 Webmozart\Console\Api\Resolver\ResolvedCommand

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

공개 메소드들

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