PHP 클래스 Phrozn\Runner\CommandLine\Parser

저자: Victor Farazdagi
상속: extends Console_CommandLine
파일 보기 프로젝트 열기: farazdagi/phrozn

공개 메소드들

메소드 설명
__construct ( array $paths ) Create phrozn command
__toString ( )

비공개 메소드들

메소드 설명
configureCommand ( $paths, array $config ) : Phrozn\Runner\Command Fine tune main command by adding subcommands
registerCommand ( string $name, array $data, Console_CommandLine_Command $parent = null ) : void Register given command using array of options

메소드 상세

__construct() 공개 메소드

Create phrozn command
public __construct ( array $paths )
$paths array Folder paths

__toString() 공개 메소드

public __toString ( )