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