buildUrl()
getHttpBasePath()
getInstance()
getUrl()
setHttpBasePath()
__construct()
$sHttpBasePath
$sUrl
$_instance
$_sAmp
buildUrl(array $aParams, boolean $bUseAbsolutePath, array $aConfig) : void
Depending on which array keys of $aParams are set, the URL is built differently. Valid array keys are: idcat, idart and idcatart. Additional array keys will also be added to the generated url. Internally, the method first tries to create URLs in this order: front_content.php?idcat=1&idart=1 front_content.php?idcat=1 front_content.php?idart=1 front_content.php?idcatart=1
| author | Rudi Bieller |
|---|
array
boolean
arrayIs not used at the moment
\InvalidArgumentException |
|
|---|---|
\Exception |
getHttpBasePath() : string
| inherited_from | \Contenido_UrlBuilder::getHttpBasePath() |
|---|
stringgetInstance() : \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 |
$_sAmp : string