Eloquent\Phony\Mock\Method\AbstractWrappedMethod::method PHP Method

method() public method

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