Contenido_UrlBuilder_Custom
deprecated | [2012-09-06] Use cUriBuilder instead of this class. |
---|
buildUrl(array $aParams, bool $bUseAbsolutePath) : void
Index keys of $aParams will be used as "a", corresponding values as "1" in this sample.
inherited_from | \cUriBuilder::buildUrl() |
---|
array
bool
\cInvalidArgumentException |
---|
getHttpBasePath() : string
http://contenido.org/
inherited_from | \cUriBuilder::getHttpBasePath() |
---|
string
getInstance()
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 cUriBuilder instead of this function |
---|
\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()
deprecated | 2012-09-06 this function is not supported any longer use function located in cUriBuilder instead of this function |
---|
$sHttpBasePath : string
http://contenido.org/
inherited_from | \cUriBuilder::$$sHttpBasePath |
---|
$sUrl : string
inherited_from | \cUriBuilder::$$sUrl |
---|