PHP 클래스 PradoCommandLineInterpreter, prado

Command line interface, configures the action classes and dispatches the command actions.
부터: 3.0.5
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_actions command action classes

공개 메소드들

메소드 설명
addActionClass ( $class )
getInstance ( ) : PradoCommandLineInterpreter
printGreeting ( )
printHelp ( ) Print command line help, default action.
run ( $args ) Dispatch the command line actions.

메소드 상세

addActionClass() 공개 메소드

public addActionClass ( $class )

getInstance() 공개 정적인 메소드

public static getInstance ( ) : PradoCommandLineInterpreter
리턴 PradoCommandLineInterpreter static instance

printGreeting() 공개 정적인 메소드

public static printGreeting ( )

printHelp() 공개 메소드

Print command line help, default action.
public printHelp ( )

run() 공개 메소드

Dispatch the command line actions.
public run ( $args )

프로퍼티 상세

$_actions 보호되어 있는 프로퍼티

command action classes
protected $_actions