PHP 클래스 lithium\tests\mocks\console\command\MockCommandHelp

상속: extends lithium\console\Command
파일 보기 프로젝트 열기: unionofrad/lithium 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$blong boolean This is a boolean long param.
$long string This is a long param.
$s boolean This is a short param.

보호된 프로퍼티들

프로퍼티 타입 설명
$_classes array Don't show this.

공개 메소드들

메소드 설명
run ( ) : boolean This is the run command so don't show it.
sampleTaskWithOptionalArgs ( string $arg1 = null, string $arg2 = null ) : boolean This is a task with optional args.
sampleTaskWithRequiredArgs ( string $arg1, string $arg2 ) : boolean This is a task with required args.

보호된 메소드들

메소드 설명
_sampleHelper ( ) : void Don't show in the help

메소드 상세

_sampleHelper() 보호된 메소드

Don't show in the help
protected _sampleHelper ( ) : void
리턴 void

run() 공개 메소드

This is the run command so don't show it.
public run ( ) : boolean
리턴 boolean

sampleTaskWithOptionalArgs() 공개 메소드

This is a task with optional args.
public sampleTaskWithOptionalArgs ( string $arg1 = null, string $arg2 = null ) : boolean
$arg1 string
$arg2 string
리턴 boolean

sampleTaskWithRequiredArgs() 공개 메소드

This is a task with required args.
public sampleTaskWithRequiredArgs ( string $arg1, string $arg2 ) : boolean
$arg1 string
$arg2 string
리턴 boolean

프로퍼티 상세

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

Don't show this.
protected array $_classes
리턴 array

$blong 공개적으로 프로퍼티

This is a boolean long param.
public bool $blong
리턴 boolean

$long 공개적으로 프로퍼티

This is a long param.
public string $long
리턴 string

$s 공개적으로 프로퍼티

This is a short param.
public bool $s
리턴 boolean