| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 42 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
UriFactoryInterface:: (3 methods):
createFromSuperGlobalArray()
createFromAbsolute()
createFromParts()
Interface: UriFactoryInterface - X-Ref
Factory interface for uniform resource indicators| createFromSuperGlobalArray(array $_server) X-Ref |
| Factory method to build a URI from a super-global $_SERVER array. param: array $_server return: UriInterface |
| createFromAbsolute($absoluteUri) X-Ref |
| Creates a URI from an absolute URI param: string $absoluteUri return: UriInterface |
| createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = '') X-Ref |
| Factory method to build a URI from parts param: string $scheme param: string $userInfo param: string $host param: string $port param: string $path param: string $query param: string $fragment return: UriInterface |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |