PHP 클래스 Neos\Flow\Mvc\Exception\AmbiguousCommandIdentifierException

상속: extends CommandException
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$matchingCommands array<\Neos\Flow\Cli\Command>

공개 메소드들

메소드 설명
__construct ( string $message = '', integer $code, Exception $previousException = null, array $matchingCommands ) Overwrites parent constructor to be able to inject matching commands.
getMatchingCommands ( ) : array<\Neos\Flow\Cli\Command>

메소드 상세

__construct() 공개 메소드

Overwrites parent constructor to be able to inject matching commands.
또한 보기: Exception
public __construct ( string $message = '', integer $code, Exception $previousException = null, array $matchingCommands )
$message string
$code integer
$previousException Exception
$matchingCommands array

getMatchingCommands() 공개 메소드

public getMatchingCommands ( ) : array<\Neos\Flow\Cli\Command>
리턴 array<\Neos\Flow\Cli\Command>

프로퍼티 상세

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

protected array<\Neos\Flow\Cli\Command> $matchingCommands
리턴 array<\Neos\Flow\Cli\Command>