PHP 클래스 phake\Application

상속: implements ArrayAccess, implements IteratorAggregate
파일 보기 프로젝트 열기: jaz303/phake 1 사용 예제들

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( )

__toString() 공개 메소드

public __toString ( )

clear() 공개 메소드

public clear ( )

getIterator() 공개 메소드

public getIterator ( )

get_task() 공개 메소드

public get_task ( $task_name )

get_task_list() 공개 메소드

public get_task_list ( )

get_tasks() 공개 메소드

public get_tasks ( )

invoke() 공개 메소드

public invoke ( $task_name )

offsetExists() 공개 메소드

public offsetExists ( $k )

offsetGet() 공개 메소드

public offsetGet ( $k )

offsetSet() 공개 메소드

public offsetSet ( $k, $v )

offsetUnset() 공개 메소드

public offsetUnset ( $k )

reset() 공개 메소드

public reset ( )

root() 공개 메소드

public root ( )

set_args() 공개 메소드

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