Phly\Http\RequestTrait::getUri PHP 메소드

getUri() 공개 메소드

This method MUST return a UriInterface instance.
public getUri ( ) : Psr\Http\Message\UriInterface
리턴 Psr\Http\Message\UriInterface Returns a UriInterface instance representing the URI of the request, if any.
    public function getUri()
    {
        return $this->uri;
    }