buildUrl(array $aParams, bool $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
array
bool
array
Is not used at the moment
\cInvalidArgumentException |
|
---|---|
\cException |
getHttpBasePath() : string
http://contenido.org/
inherited_from | \cUriBuilder::getHttpBasePath() |
---|
string
getInstance() : \cUriBuilderFrontcontent
It is meant to be an abstract function but not declared as abstract, because PHP Strict Standards are against abstract static functions.
\cBadMethodCallException |
If child class has not implemented this function |
---|
getUrl() : string
inherited_from | \cUriBuilder::getUrl() |
---|
string
setHttpBasePath($sBasePath) : void
http://contenido.org/
inherited_from | \cUriBuilder::setHttpBasePath() |
---|
__construct() : void
$sHttpBasePath : string
http://contenido.org/
inherited_from | \cUriBuilder::$$sHttpBasePath |
---|
$sUrl : string
inherited_from | \cUriBuilder::$$sUrl |
---|
$_instance : \cUriBuilderFrontcontent
$_sAmp : string