Property | Type | Description | |
---|---|---|---|
$arguments | |||
$decorator | |||
$function | |||
$identical | |||
$object |
Method | Description | |
---|---|---|
__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 ( ) |
public __construct ( $function, array $arguments = null, $object = null ) | ||
$arguments | array |
public setDecorator ( mageekguy\atoum\test\adapter\call\decorator $decorator = null ) | ||
$decorator | mageekguy\atoum\test\adapter\call\decorator |