PHP Class Nelmio\Alice\Definition\Value\FixtureMethodCallValue

Inheritance: implements Nelmio\Alice\Definition\ValueInterface
Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( Nelmio\Alice\Definition\ValueInterface $reference, FunctionCallValue $function )
__toString ( ) : string
getFunctionCall ( ) : FunctionCallValue
getReference ( ) : Nelmio\Alice\Definition\ValueInterface
getValue ( ) : array

Method Details

__construct() public method

public __construct ( Nelmio\Alice\Definition\ValueInterface $reference, FunctionCallValue $function )
$reference Nelmio\Alice\Definition\ValueInterface
$function FunctionCallValue

__toString() public method

public __toString ( ) : string
return string

getFunctionCall() public method

public getFunctionCall ( ) : FunctionCallValue
return FunctionCallValue

getReference() public method

public getReference ( ) : Nelmio\Alice\Definition\ValueInterface
return Nelmio\Alice\Definition\ValueInterface

getValue() public method

public getValue ( ) : array
return array