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. For creating the location string $aParams needs to have keys idcat, level, lang and at least one custom key. If level is not set, level 0 will be used as default.
author | Rudi Bieller |
---|---|
todo | Somehow get around using prCreateURLNameLocationString() |
array
Required keys are: idcat, level, lang and at least one custom key.
boolean
array
If not set, will use UrlBuilderConfig::getConfig()
\InvalidArgumentException |
|
---|---|
\Exception |
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