Contenido_UrlBuilder_CustomPath
deprecated | [2012-09-06] Use cUriBuilderCustomPath instead of this class. |
---|
__construct() : void
deprecated | 2012-09-06 this function is not supported any longer use function located in cUriBuilderCustomPath instead of this function |
---|
buildUrl(array $aParams, bool $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.
inherited_from | \cUriBuilderCustomPath::buildUrl() |
---|
array
Required keys are: idcat, level, lang and at least one custom key.
bool
array
If not set, will use UriBuilderConfig::getConfig()
\cInvalidArgumentException |
---|
getHttpBasePath() : string
http://contenido.org/
inherited_from | \cUriBuilder::getHttpBasePath() |
---|---|
inherited_from | \cUriBuilderCustomPath::getHttpBasePath() |
string
getInstance() : \obj
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 cUriBuilderCustomPath instead of this function |
---|
\cBadMethodCallException |
If child class has not implemented this function |
---|
\obj
cUriBuilderFrontcontentgetUrl() : string
inherited_from | \cUriBuilder::getUrl() |
---|---|
inherited_from | \cUriBuilderCustomPath::getUrl() |
string
setHttpBasePath($sBasePath) : void
http://contenido.org/
inherited_from | \cUriBuilder::setHttpBasePath() |
---|---|
inherited_from | \cUriBuilderCustomPath::setHttpBasePath() |
$sHttpBasePath : string
http://contenido.org/
inherited_from | \cUriBuilder::$$sHttpBasePath |
---|---|
inherited_from | \cUriBuilderCustomPath::$$sHttpBasePath |
$sUrl : string
inherited_from | \cUriBuilder::$$sUrl |
---|---|
inherited_from | \cUriBuilderCustomPath::$$sUrl |
$aConfig : array
inherited_from | \cUriBuilderCustomPath::$$aConfig |
---|