cms\includes\functions.navigation.php

Show: PublicProtectedPrivateinherited
    Table of Contents
    Project: Contenido Content Management System

    Description:

    Requirements:

    Author
    unknown  
    Con_php_req
    5  
    Copyright
    four for business AG  
    Deprecated
    file deprecated in contenido release {@internal created unknown modified 2008-07-03, bilal arslan, added security fix $Id: functions.navigation.php 739 2008-08-27 10:37:54Z timo.trautmann $: }}  
    License
    http://www.contenido.org/license/LIZENZ.txt  
    Link
    http://www.4fb.de  
    Link
    http://www.contenido.org  
    Package
    Contenido Backend  
    Since
    file available since contenido release  
    Version
    0.1  

    Functions

    functioncheckCatPermission( $idcatlang,  $public) : void

    Parameters
    NameTypeDescription
    $idcatlang
    $public
    functioncreateNavigationArray( $start_id,  $db) : void

    Parameters
    NameTypeDescription
    $start_id
    $db
    functiongetCategoryName( $cat_id,  $db) : void

    Return category name

    Parameters
    NameTypeDescription
    $cat_id
    $db
    functiongetCategoryPath( $cat_id,  $level,  $reverse = true,  $db) : void

    Return path of a given category up to a certain level

    Parameters
    NameTypeDescription
    $cat_id
    $level
    $reverse
    $db
    functiongetLevel( $catid,  $db) : void

    Parameters
    NameTypeDescription
    $catid
    $db
    functiongetLocationString( $iStartCat,  $level,  $seperator,  $sLinkStyleClass,  $sTextStyleClass,  $fullweblink = false,  $reverse = true,  $mod_rewrite = true,  $db) : void

    Return location string of a given category

    Parameters
    NameTypeDescription
    $iStartCat
    $level
    $seperator
    $sLinkStyleClass
    $sTextStyleClass
    $fullweblink
    $reverse
    $mod_rewrite
    $db
    functiongetParent( $preid,  $db) : void

    Parameters
    NameTypeDescription
    $preid
    $db
    functiongetProtectedSubCategories( $parent_id,  $db) : void

    Parameters
    NameTypeDescription
    $parent_id
    $db
    functiongetProtectedSubTree( $idcat_start,  $db) : array

    get subtree by a given id, without protected and invisible categories

    Parameters
    NameTypeDescription
    $idcat_start
    $db
    Returns
    TypeDescription
    arrayArray with all deeper categories
    Details
    Copyright
    four for business AG  
    functiongetSubCategories( $parent_id,  $db) : void

    Parameters
    NameTypeDescription
    $parent_id
    $db
    functiongetSubTree( $idcat_start,  $db) : array

    get subtree by a given id

    Parameters
    NameTypeDescription
    $idcat_start
    $db
    Returns
    TypeDescription
    arrayArray with all deeper categories
    Details
    Copyright
    four for business AG  
    functiongetTarget( $cat_id,  $db) : void

    Return target of a given category id

    Parameters
    NameTypeDescription
    $cat_id
    $db
    Details
    Deprecated
     
    functiongetTeaserDeeperCategories( $iIdcat,  $db) : void

    Parameters
    NameTypeDescription
    $iIdcat
    $db
    functionisParent( $parentid,  $catid,  $db) : void

    Return true if $parentid is parent of $catid

    Parameters
    NameTypeDescription
    $parentid
    $catid
    $db
    Documentation was generated by phpDocumentor 2.0.0a12.