PHP 클래스 think\console\output\descriptor\Console

파일 보기 프로젝트 열기: top-think/framework 1 사용 예제들

공개 메소드들

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