[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/ -> UriInterface.php (summary)

(no description)

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

Defines 1 class

UriInterface:: (22 methods):
  getScheme()
  setScheme()
  getHost()
  setHost()
  getPort()
  setPort()
  getPath()
  setPath()
  getQuery()
  setQuery()
  addToQuery()
  getFragment()
  getUserInfo()
  setUserInfo()
  getAuthority()
  __toString()
  getRawAuthority()
  getRawUserInfo()
  getAbsoluteUri()
  getRelativeUri()
  hasExplicitTrailingHostSlash()
  hasExplicitPortSpecified()


Interface: UriInterface  - X-Ref

getScheme()   X-Ref

return: string

setScheme($scheme)   X-Ref

param: string $scheme

getHost()   X-Ref

return: string

setHost($host)   X-Ref

param: string $host

getPort()   X-Ref

return: int

setPort($port)   X-Ref

param: int $port

getPath()   X-Ref

return: string

setPath($path)   X-Ref

param: string $path

getQuery()   X-Ref

return: string

setQuery($query)   X-Ref

param: string $query

addToQuery($var, $val)   X-Ref
Adds a param to the query string.

param: string $var
param: string $val

getFragment()   X-Ref

return: string

getUserInfo()   X-Ref
Should return URI user info, masking protected user info data according to rfc3986-3.2.1

return: string

setUserInfo($userInfo)   X-Ref

param: string $userInfo

getAuthority()   X-Ref
Should return the URI Authority, masking protected user info data according to rfc3986-3.2.1

return: string

__toString()   X-Ref
Should return the URI string, masking protected user info data according to rfc3986-3.2.1

return: string the URI string with user protected info masked

getRawAuthority()   X-Ref
Should return the URI Authority without masking protected user info data

return: string

getRawUserInfo()   X-Ref
Should return the URI user info without masking protected user info data

return: string

getAbsoluteUri()   X-Ref
Build the full URI based on all the properties

return: string The full URI without masking user info

getRelativeUri()   X-Ref
Build the relative URI based on all the properties

return: string The relative URI

hasExplicitTrailingHostSlash()   X-Ref

return: bool

hasExplicitPortSpecified()   X-Ref

return: bool



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1