PHP Класс Neos\Flow\Mvc\Exception\AmbiguousCommandIdentifierException

Наследование: extends CommandException
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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>