PHP Класс think\console\output\descriptor\Console

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( Console $console, string | null $namespace = null ) 构造方法
getCommand ( string $name ) : Command
getCommands ( ) : Command[]
getNamespaces ( ) : array

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

Метод Описание
inspectConsole ( )
sortCommands ( array $commands ) : array

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

__construct() публичный Метод

构造方法
public __construct ( Console $console, string | null $namespace = null )
$console think\Console
$namespace string | null

getCommand() публичный Метод

public getCommand ( string $name ) : Command
$name string
Результат think\console\Command

getCommands() публичный Метод

public getCommands ( ) : Command[]
Результат think\console\Command[]

getNamespaces() публичный Метод

public getNamespaces ( ) : array
Результат array