Lines Matching refs:URI
14 …(http://www.php-fig.org/psr/psr-7/#psrhttpmessageuriinterface) | Value object representing a URI. |
44 | `getUri()` | Retrieves the URI instance | |
45 …Interface $uri, $preserveHost = false)` | Returns a new message instance with the provided URI | |
100 | `getScheme()` | Retrieve the scheme component of the URI. | |
101 | `getAuthority()` | Retrieve the authority component of the URI. | |
102 | `getUserInfo()` | Retrieve the user information component of the URI. | |
103 | `getHost()` | Retrieve the host component of the URI. | |
104 | `getPort()` | Retrieve the port component of the URI. | |
105 | `getPath()` | Retrieve the path component of the URI. | |
106 | `getQuery()` | Retrieve the query string of the URI. | |
107 | `getFragment()` | Retrieve the fragment component of the URI. | |
114 | `withFragment($fragment)` | Return an instance with the specified URI fragment. | |
115 | `__toString()` | Return the string representation as a URI reference. | |