PHP 클래스 Webmozart\Console\Util\SimilarCommandName

부터: 1.0
저자: Bernhard Schussek ([email protected])
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
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.