PHP Класс Webmozart\Console\Util\SimilarCommandName

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
find ( string $commandName, CommandCollection $commands ) : string[] Searches a command collection for similar names.

Приватные методы

Метод Описание
__construct ( )
filterDuplicates ( array $names, CommandCollection $commands )

Описание методов

find() публичный статический Метод

Searches a command collection for similar names.
public static find ( string $commandName, CommandCollection $commands ) : string[]
$commandName string The command name that was not found.
$commands Webmozart\Console\Api\Command\CommandCollection The available commands.
Результат string[] The names of similar commands.