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
http://contenido.org/
| inherited_from | \Contenido_UrlBuilder::getHttpBasePath() |
|---|
stringgetInstance() : \obj
Get instance of concrete Contenido_UrlBuilder_XYZ
| access | public |
|---|---|
| author | Rudi Bieller |
\objContenido_UrlBuilder_FrontcontentgetUrl() : string
setHttpBasePath($sBasePath) : void
http://contenido.org/
| 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 : \Contenido_UrlBuilder_Frontcontent
$_sAmp : string