PHP Class phake\Node

Afficher le fichier Open project: jaz303/phake Class Usage Examples

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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

add_after() public méthode

public add_after ( $closure )

add_before() public méthode

public add_before ( $closure )

add_dependency() public méthode

public add_dependency ( $taskname )

add_lambda() public méthode

public add_lambda ( $closure )

child_with_name() public méthode

public child_with_name ( $task_name, &$levels )

get_dependencies() public méthode

public get_dependencies ( )

get_description() public méthode

public get_description ( )

get_name() public méthode

public get_name ( )

get_parent() public méthode

public get_parent ( )

get_root() public méthode

public get_root ( )

get_task() public méthode

public get_task ( $task_name )

get_tasks() public méthode

public get_tasks ( )

has_body() public méthode

public has_body ( )

has_dependencies() public méthode

public has_dependencies ( )

has_description() public méthode

public has_description ( )

hide() public méthode

public hide ( )

invoke() public méthode

public invoke ( Application $application )
$application Application

is_hidden() public méthode

public is_hidden ( )

is_visible() public méthode

public is_visible ( )

reset() public méthode

public reset ( )

set_description() public méthode

public set_description ( $d )