Methods

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

buildUrl(array $aParams, boolean $bUseAbsolutePath) : void

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

author Rudi Bieller

Parameters

$aParams

array

$bUseAbsolutePath

boolean

Exceptions

\InvalidArgumentException

Return http base path, e.g.

getHttpBasePath() : string

http://contenido.org/

Returns

string

Implementation of Singleton.

getInstance() : \obj
Static

Get instance of concrete Contenido_UrlBuilder_XYZ

access public
author Rudi Bieller

Returns

\objContenido_UrlBuilder_Frontcontent

Return built URL

getUrl() : string
access public
author Rudi Bieller

Returns

string

Set http base path, e.g.

setHttpBasePath($sBasePath) : void

http://contenido.org/

access public
author Rudi Bieller

Parameters

$sBasePath

 Properties

 

$sHttpBasePath : string
access protected
desc Holds URL that is used as base for an absolute path, e.g. http://contenido.org/
 

$sUrl : string
access protected
desc Holds final value of built URL