Eloquent\Phony\Mock\Method\AbstractWrappedMethod::method PHP 메소드

method() 공개 메소드

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