Methods

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

buildUrl(array $aParams, boolean $bUseAbsolutePath, array $aConfig) : 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

$aConfig

array

If not set, will use UrlBuilderConfig::getConfig()

Exceptions

\InvalidArgumentException

Return http base path, e.g.

getHttpBasePath() : string
Inherited

http://contenido.org/

inherited_from \Contenido_UrlBuilder::getHttpBasePath()

Returns

string

Get instance of Contenido_UrlBuilder_Frontcontent

getInstance() : \obj
Static

Get instance of concrete Contenido_UrlBuilder_XYZ

access public
author Rudi Bieller

Returns

\objContenido_UrlBuilder_Frontcontent

Return built URL

getUrl() : string
Inherited
access public
author Rudi Bieller
inherited_from \Contenido_UrlBuilder::getUrl()

Returns

string

Set http base path, e.g.

setHttpBasePath($sBasePath) : void
Inherited

http://contenido.org/

access public
author Rudi Bieller
inherited_from \Contenido_UrlBuilder::setHttpBasePath()

Parameters

$sBasePath

Constructor

__construct() : void
access private
author Rudi Bieller

 Properties

 

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

$sUrl : string
Inherited
access protected
desc Holds final value of built URL
inherited_from \Contenido_UrlBuilder::$$sUrl
 

$_instance 
 

$aConfig