PHP 클래스 Bob\Task

파일 보기 프로젝트 열기: chh/bob 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$actions
$application
$description
$enable
$name
$prerequisites

보호된 프로퍼티들

프로퍼티 타입 설명
$reenable

공개 메소드들

메소드 설명
__construct ( $name, $application ) # application - The application object, to which this task belongs to.
__toString ( )
clear ( ) # Returns nothing.
enhance ( $deps = null, $action = null )
execute ( ) # Returns nothing.
getTaskPrerequisites ( )
inspect ( )
invoke ( ) # Returns the callback's return value.
isNeeded ( ) # Returns TRUE if the task should be run, FALSE otherwise.
reenable ( )

메소드 상세

__construct() 공개 메소드

# application - The application object, to which this task belongs to.
public __construct ( $name, $application )

__toString() 공개 메소드

public __toString ( )

clear() 공개 메소드

# Returns nothing.
public clear ( )

enhance() 공개 메소드

public enhance ( $deps = null, $action = null )

execute() 공개 메소드

# Returns nothing.
public execute ( )

getTaskPrerequisites() 공개 메소드

inspect() 공개 메소드

public inspect ( )

invoke() 공개 메소드

# Returns the callback's return value.
public invoke ( )

isNeeded() 공개 메소드

# Returns TRUE if the task should be run, FALSE otherwise.
public isNeeded ( )

reenable() 공개 메소드

public reenable ( )

프로퍼티 상세

$actions 공개적으로 프로퍼티

public $actions

$application 공개적으로 프로퍼티

public $application

$description 공개적으로 프로퍼티

public $description

$enable 공개적으로 프로퍼티

public $enable

$name 공개적으로 프로퍼티

public $name

$prerequisites 공개적으로 프로퍼티

public $prerequisites

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

protected $reenable