PHP 클래스 phake\Node

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

공개 메소드들

메소드 설명
__construct ( Node $parent = null, $name = '' )
add_after ( $closure )
add_before ( $closure )
add_dependency ( $taskname )
add_lambda ( $closure )
child_with_name ( $task_name, &$levels )
get_dependencies ( )
get_description ( )
get_name ( )
get_parent ( )
get_root ( )
get_task ( $task_name )
get_tasks ( )
has_body ( )
has_dependencies ( )
has_description ( )
hide ( )
invoke ( Application $application )
is_hidden ( )
is_visible ( )
reset ( )
set_description ( $d )

메소드 상세

__construct() 공개 메소드

public __construct ( Node $parent = null, $name = '' )
$parent Node

add_after() 공개 메소드

public add_after ( $closure )

add_before() 공개 메소드

public add_before ( $closure )

add_dependency() 공개 메소드

public add_dependency ( $taskname )

add_lambda() 공개 메소드

public add_lambda ( $closure )

child_with_name() 공개 메소드

public child_with_name ( $task_name, &$levels )

get_dependencies() 공개 메소드

public get_dependencies ( )

get_description() 공개 메소드

public get_description ( )

get_name() 공개 메소드

public get_name ( )

get_parent() 공개 메소드

public get_parent ( )

get_root() 공개 메소드

public get_root ( )

get_task() 공개 메소드

public get_task ( $task_name )

get_tasks() 공개 메소드

public get_tasks ( )

has_body() 공개 메소드

public has_body ( )

has_dependencies() 공개 메소드

public has_dependencies ( )

has_description() 공개 메소드

public has_description ( )

hide() 공개 메소드

public hide ( )

invoke() 공개 메소드

public invoke ( Application $application )
$application Application

is_hidden() 공개 메소드

public is_hidden ( )

is_visible() 공개 메소드

public is_visible ( )

reset() 공개 메소드

public reset ( )

set_description() 공개 메소드

public set_description ( $d )