Contenido_UrlBuilder_Custom

deprecated [2012-09-06] Use cUriBuilder instead of this class.

 Methods

Builds a URL in index-a-1.html style.

buildUrl(array $aParams, bool $bUseAbsolutePath) : void
Inherited

Index keys of $aParams will be used as "a", corresponding values as "1" in this sample.

inherited_from \cUriBuilder::buildUrl()

Parameters

$aParams

array

$bUseAbsolutePath

bool

Exceptions

\cInvalidArgumentException

Return http base path, e.g.

getHttpBasePath() : string
Inherited

http://contenido.org/

inherited_from \cUriBuilder::getHttpBasePath()

Returns

string

Implementation of Singleton.

getInstance() 
Static

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

Exceptions

\cBadMethodCallException If child class has not implemented this function

Return built URL

getUrl() : string
Inherited
inherited_from \cUriBuilder::getUrl()

Returns

string

Set http base path, e.g.

setHttpBasePath($sBasePath) : void
Inherited

http://contenido.org/

inherited_from \cUriBuilder::setHttpBasePath()

Parameters

$sBasePath

__construct()

__construct() 
deprecated 2012-09-06 this function is not supported any longer use function located in cUriBuilder instead of this function

 Properties

 

$sHttpBasePath : string
Inherited

http://contenido.org/

inherited_from \cUriBuilder::$$sHttpBasePath
 

$sUrl : string
Inherited
inherited_from \cUriBuilder::$$sUrl