contenido\classes\Contenido_FrontendNavigation\Contenido_FrontendNavigation_Base.class.php
Project:
Contenido Content Management System
Description: Object to build a Contenido Frontend Navigation
Requirements:
- Author
- Rudi Bieller
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- {@internal created 2008-02-15 $Id: Contenido_FrontendNavigation_Base.class.php 742 2008-08-27 11:06:12Z timo.trautmann $: }}
- Package
- Contenido Backend classes
- Version
- 1.2
\Contenido_FrontendNavigation_Base
Package: Default
Parameters
Throws
Details
Properties
Methods


__construct(\DB_Contenido $oDb, array $aCfg, int $iClient, int $iLang, $aCfgClient) : void
Constructor.
Parameters
Details
Name | Type | Description |
---|---|---|
$oDb | \DB_Contenido | |
$aCfg | array | |
$iClient | int | |
$iLang | int | |
$aCfgClient |
- Access
- public
- Author
- Rudi Bieller


getUrl(array $aParams, string $sStyle = 'custom_path', array $aConfig = array(), boolean $bUseAbsolutePath = false) : void
Get a URL to a Navigation point.
Depending on style of URL needed, values of $aParams differ.
Name | Type | Description |
---|---|---|
$aParams | array | Parameters needed to build the URL |
$sStyle | string | Available styles are: front_content, custom, custom_path |
$aConfig | array | As default this is Contenido_UrlBuilderConfig::getConfig(), can be overridden by setting this value |
$bUseAbsolutePath | boolean | If true, will use absolute http://www.xy.com/ as "prefix" |
Exception | Description |
---|---|
\InvalidArgumentException |
- Access
- public
- See
- Contenido_UrlBuilder for details on needed params
- Todo
- Apply other styles as soon as they are available