PHP Class Neos\Flow\Mvc\Exception\AmbiguousCommandIdentifierException

Inheritance: extends CommandException
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$matchingCommands array<\Neos\Flow\Cli\Command>

Méthodes publiques

Méthode Description
__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>

Method Details

__construct() public méthode

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

getMatchingCommands() public méthode

public getMatchingCommands ( ) : array<\Neos\Flow\Cli\Command>
Résultat array<\Neos\Flow\Cli\Command>

Property Details

$matchingCommands protected_oe property

protected array<\Neos\Flow\Cli\Command> $matchingCommands
Résultat array<\Neos\Flow\Cli\Command>