PHP 클래스 CraftCli\Console\GlobalArgvInput

상속: extends Symfony\Component\Console\Input\ArgvInput
파일 보기 프로젝트 열기: rsanchez/craft-cli 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$originalTokens array Original state of tokens given to constructor

공개 메소드들

메소드 설명
__construct ( array $argv = null, Symfony\Component\Console\Input\InputDefinition $definition = null )

보호된 메소드들

메소드 설명
parse ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $argv = null, Symfony\Component\Console\Input\InputDefinition $definition = null )
$argv array
$definition Symfony\Component\Console\Input\InputDefinition

parse() 보호된 메소드

protected parse ( )

프로퍼티 상세

$originalTokens 보호되어 있는 프로퍼티

Original state of tokens given to constructor
protected array $originalTokens
리턴 array