cUriBuilderFrontcontent

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

 Methods

Constructor

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

Builds a URL in front_content.php style.

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

Depending on which array keys of $aParams are set, the URL is built differently. Valid array keys are: idcat, idart and idcatart. Additional array keys will also be added to the generated url. Internally, the method first tries to create URLs in this order: front_content.php?idcat=1&idart=1 front_content.php?idcat=1 front_content.php?idart=1 front_content.php?idcatart=1

inherited_from \cUriBuilderFrontcontent::buildUrl()

Parameters

$aParams

array

$bUseAbsolutePath

bool

$aConfig

array

Is not used at the moment

Exceptions

\cInvalidArgumentException
\cException

Return http base path, e.g.

getHttpBasePath() : string
Inherited

http://contenido.org/

inherited_from \cUriBuilder::getHttpBasePath()
inherited_from \cUriBuilderFrontcontent::getHttpBasePath()

Returns

string

Get instance of self

getInstance() : \cUriBuilderFrontcontent
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 cUriBuilderFrontcontent instead of this function

Exceptions

\cBadMethodCallException If child class has not implemented this function

Returns

Return built URL

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

Returns

string

Set http base path, e.g.

setHttpBasePath($sBasePath) : void
Inherited

http://contenido.org/

inherited_from \cUriBuilder::setHttpBasePath()
inherited_from \cUriBuilderFrontcontent::setHttpBasePath()

Parameters

$sBasePath

 Properties

 

$sHttpBasePath : string
Inherited

http://contenido.org/

inherited_from \cUriBuilder::$$sHttpBasePath
inherited_from \cUriBuilderFrontcontent::$$sHttpBasePath
 

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

$_instance : \cUriBuilderFrontcontent
Inherited
inherited_from \cUriBuilderFrontcontent::$$_instance
 

$_sAmp : string
Inherited
inherited_from \cUriBuilderFrontcontent::$$_sAmp