Neos\Flow\Mvc\Exception\AmbiguousCommandIdentifierException::getMatchingCommands PHP Méthode

getMatchingCommands() public méthode

public getMatchingCommands ( ) : array<\Neos\Flow\Cli\Command>
Résultat array<\Neos\Flow\Cli\Command>
    public function getMatchingCommands()
    {
        return $this->matchingCommands;
    }
AmbiguousCommandIdentifierException