Eloquent\Phony\Mock\Method\WrappedMagicMethod::callMagicMethod PHP Метод

callMagicMethod() публичный Метод

Get the method.
public callMagicMethod ( ) : ReflectionMethod
Результат ReflectionMethod The method.
    public function callMagicMethod()
    {
        return $this->callMagicMethod;
    }