PHP 클래스 mageekguy\atoum\test\adapter\call

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

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments
$decorator
$function

공개 메소드들

메소드 설명
__construct ( $function = null, array $arguments = null, mageekguy\atoum\test\adapter\call\decorator $decorator = null )
__toString ( )
copy ( call $call )
getArguments ( )
getDecorator ( )
getFunction ( )
isEqualTo ( call $call )
isFullyQualified ( )
isIdenticalTo ( call $call )
setArguments ( array $arguments )
setDecorator ( mageekguy\atoum\test\adapter\call\decorator $decorator = null )
setFunction ( $function )
unsetArguments ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $function = null, array $arguments = null, mageekguy\atoum\test\adapter\call\decorator $decorator = null )
$arguments array
$decorator mageekguy\atoum\test\adapter\call\decorator

__toString() 공개 메소드

public __toString ( )

copy() 공개 메소드

public copy ( call $call )
$call call

getArguments() 공개 메소드

public getArguments ( )

getDecorator() 공개 메소드

public getDecorator ( )

getFunction() 공개 메소드

public getFunction ( )

isEqualTo() 공개 메소드

public isEqualTo ( call $call )
$call call

isFullyQualified() 공개 메소드

public isFullyQualified ( )

isIdenticalTo() 공개 메소드

public isIdenticalTo ( call $call )
$call call

setArguments() 공개 메소드

public setArguments ( array $arguments )
$arguments array

setDecorator() 공개 메소드

public setDecorator ( mageekguy\atoum\test\adapter\call\decorator $decorator = null )
$decorator mageekguy\atoum\test\adapter\call\decorator

setFunction() 공개 메소드

public setFunction ( $function )

unsetArguments() 공개 메소드

public unsetArguments ( )

프로퍼티 상세

$arguments 보호되어 있는 프로퍼티

protected $arguments

$decorator 보호되어 있는 프로퍼티

protected $decorator

$function 보호되어 있는 프로퍼티

protected $function