Eloquent\Phony\Mock\Method\AbstractWrappedMethod::method PHP Метод

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

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