Nelmio\Alice\Definition\Value\FixtureMethodCallValue::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\Definition\ValueInterface $reference, FunctionCallValue $function )
$reference Nelmio\Alice\Definition\ValueInterface
$function FunctionCallValue
    public function __construct(ValueInterface $reference, FunctionCallValue $function)
    {
        $this->reference = $reference;
        $this->function = $function;
    }