PHP Class phake\Application

Inheritance: implements ArrayAccess, implements IteratorAggregate
Datei anzeigen Open project: jaz303/phake Class Usage Examples

Public Methods

Method Description
__construct ( )
__toString ( )
clear ( )
getIterator ( )
get_task ( $task_name )
get_task_list ( )
get_tasks ( )
invoke ( $task_name )
offsetExists ( $k )
offsetGet ( $k )
offsetSet ( $k, $v )
offsetUnset ( $k )
reset ( )
root ( )
set_args ( array $args ) ArrayAccess/IteratorAggregate - for argument support

Method Details

__construct() public method

public __construct ( )

__toString() public method

public __toString ( )

clear() public method

public clear ( )

getIterator() public method

public getIterator ( )

get_task() public method

public get_task ( $task_name )

get_task_list() public method

public get_task_list ( )

get_tasks() public method

public get_tasks ( )

invoke() public method

public invoke ( $task_name )

offsetExists() public method

public offsetExists ( $k )

offsetGet() public method

public offsetGet ( $k )

offsetSet() public method

public offsetSet ( $k, $v )

offsetUnset() public method

public offsetUnset ( $k )

reset() public method

public reset ( )

root() public method

public root ( )

set_args() public method

ArrayAccess/IteratorAggregate - for argument support
public set_args ( array $args )
$args array