Nelmio\Alice\Definition\Value\FixtureMethodCallValue::__construct PHP 메소드

__construct() 공개 메소드

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;
    }