PHP 클래스 mageekguy\atoum\php\call

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( $function, array $arguments = null, $object = null )
__toString ( )
getArguments ( )
getDecorator ( )
getFunction ( )
getObject ( )
identical ( )
isIdentical ( )
notIdentical ( )
setArguments ( array $arguments )
setDecorator ( mageekguy\atoum\test\adapter\call\decorator $decorator = null )
setFunction ( $function )
setObject ( $object )
unsetArguments ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $function, array $arguments = null, $object = null )
$arguments array

__toString() 공개 메소드

public __toString ( )

getArguments() 공개 메소드

public getArguments ( )

getDecorator() 공개 메소드

public getDecorator ( )

getFunction() 공개 메소드

public getFunction ( )

getObject() 공개 메소드

public getObject ( )

identical() 공개 메소드

public identical ( )

isIdentical() 공개 메소드

public isIdentical ( )

notIdentical() 공개 메소드

public notIdentical ( )

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 )

setObject() 공개 메소드

public setObject ( $object )

unsetArguments() 공개 메소드

public unsetArguments ( )

프로퍼티 상세

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

protected $arguments

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

protected $decorator

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

protected $function

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

protected $identical

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

protected $object