PHP Class mageekguy\atoum\php\call

Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$arguments
$decorator
$function
$identical
$object

Public Methods

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 ( )

Method Details

__construct() public method

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

__toString() public method

public __toString ( )

getArguments() public method

public getArguments ( )

getDecorator() public method

public getDecorator ( )

getFunction() public method

public getFunction ( )

getObject() public method

public getObject ( )

identical() public method

public identical ( )

isIdentical() public method

public isIdentical ( )

notIdentical() public method

public notIdentical ( )

setArguments() public method

public setArguments ( array $arguments )
$arguments array

setDecorator() public method

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

setFunction() public method

public setFunction ( $function )

setObject() public method

public setObject ( $object )

unsetArguments() public method

public unsetArguments ( )

Property Details

$arguments protected_oe property

protected $arguments

$decorator protected_oe property

protected $decorator

$function protected_oe property

protected $function

$identical protected_oe property

protected $identical

$object protected_oe property

protected $object