PHP Class Neos\Flow\Mvc\Exception\AmbiguousCommandIdentifierException

Inheritance: extends CommandException
ファイルを表示 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$matchingCommands array<\Neos\Flow\Cli\Command>

Public Methods

Method 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 method

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 method

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

Property Details

$matchingCommands protected_oe property

protected array<\Neos\Flow\Cli\Command> $matchingCommands
return array<\Neos\Flow\Cli\Command>