PHP Class phake\Node

Datei anzeigen Open project: jaz303/phake Class Usage Examples

Public Methods

Method 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 method

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

add_after() public method

public add_after ( $closure )

add_before() public method

public add_before ( $closure )

add_dependency() public method

public add_dependency ( $taskname )

add_lambda() public method

public add_lambda ( $closure )

child_with_name() public method

public child_with_name ( $task_name, &$levels )

get_dependencies() public method

public get_dependencies ( )

get_description() public method

public get_description ( )

get_name() public method

public get_name ( )

get_parent() public method

public get_parent ( )

get_root() public method

public get_root ( )

get_task() public method

public get_task ( $task_name )

get_tasks() public method

public get_tasks ( )

has_body() public method

public has_body ( )

has_dependencies() public method

public has_dependencies ( )

has_description() public method

public has_description ( )

hide() public method

public hide ( )

invoke() public method

public invoke ( Application $application )
$application Application

is_hidden() public method

public is_hidden ( )

is_visible() public method

public is_visible ( )

reset() public method

public reset ( )

set_description() public method

public set_description ( $d )