[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/carlos-mg89/oauth/src/OAuth/Common/Http/Uri/ -> UriFactoryInterface.php (summary)

(no description)

File Size: 40 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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.

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: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1