Project: Contenido Content Management System

Description: Recursive loop over given category for building a sitemap navigation

Requirements:

con_php_req 5.0
version 1.0.0
author Rudi Bieller
copyright four for business AG {@internal created 2009-01-15 $Id: Contenido_Sitemap_Util.class.php 969 2009-01-19 12:32:13Z rudi.bieller $ }}

 Methods

Recursive Loop over all (sub)categories.

loopCats(\Contenido_Category $oCategory, \Contenido_FrontendNavigation $oFrontendNavigation, \Template $oTpl, string $sUrlStyle, array $aCfg, int $iLang, array $aDepthInfo) : void
Static

Each level will be assigned a css class sitemapStandardLevel_x

Parameters

$oCategory

\Contenido_Category

$oFrontendNavigation

\Contenido_FrontendNavigation

$oTpl

\Template

$sUrlStyle

string

$aCfg

array

$iLang

int

$aDepthInfo

array

Info on level depth / where to stop. Format: array(iCurrentLoopCount, iMaxLoopCount)