Eloquent\Phony\Mock\Method\WrappedMagicMethod::callMagicMethod PHP Method

callMagicMethod() public method

Get the method.
public callMagicMethod ( ) : ReflectionMethod
return ReflectionMethod The method.
    public function callMagicMethod()
    {
        return $this->callMagicMethod;
    }