cUriBuilderFrontcontent
deprecated | [2012-09-06] Use cUriBuilderFrontcontent instead of this class. |
---|
__construct() : void
deprecated | 2012-09-06 this function is not supported any longer use function located in cUriBuilderFrontcontent instead of this function |
---|
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
inherited_from | \cUriBuilderFrontcontent::buildUrl() |
---|
array
bool
array
Is not used at the moment
\cInvalidArgumentException |
|
---|---|
\cException |
getHttpBasePath() : string
http://contenido.org/
inherited_from | \cUriBuilder::getHttpBasePath() |
---|---|
inherited_from | \cUriBuilderFrontcontent::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.
deprecated | 2012-09-06 this function is not supported any longer use function located in cUriBuilderFrontcontent instead of this function |
---|
\cBadMethodCallException |
If child class has not implemented this function |
---|
getUrl() : string
inherited_from | \cUriBuilder::getUrl() |
---|---|
inherited_from | \cUriBuilderFrontcontent::getUrl() |
string
setHttpBasePath($sBasePath) : void
http://contenido.org/
inherited_from | \cUriBuilder::setHttpBasePath() |
---|---|
inherited_from | \cUriBuilderFrontcontent::setHttpBasePath() |
$sHttpBasePath : string
http://contenido.org/
inherited_from | \cUriBuilder::$$sHttpBasePath |
---|---|
inherited_from | \cUriBuilderFrontcontent::$$sHttpBasePath |
$sUrl : string
inherited_from | \cUriBuilder::$$sUrl |
---|---|
inherited_from | \cUriBuilderFrontcontent::$$sUrl |
$_instance : \cUriBuilderFrontcontent
inherited_from | \cUriBuilderFrontcontent::$$_instance |
---|
$_sAmp : string
inherited_from | \cUriBuilderFrontcontent::$$_sAmp |
---|