buildUrl()
getHttpBasePath()
getInstance()
getUrl()
setHttpBasePath()
$sHttpBasePath
$sUrl
buildUrl(array $aParams, boolean $bUseAbsolutePath) : void
Index keys of $aParams will be used as "a", corresponding values as "1" in this sample.
author | Rudi Bieller |
---|
array
boolean
\InvalidArgumentException |
---|
getHttpBasePath() : string
string
getInstance() : \obj
setHttpBasePath($sBasePath) : void
$sHttpBasePath : string
access | protected |
---|---|
desc | Holds URL that is used as base for an absolute path, e.g. http://contenido.org/ |
$sUrl : string
access | protected |
---|---|
desc | Holds final value of built URL |