Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • pApiContentAllocation
  • pApiContentAllocationArticle
  • pApiContentAllocationComplexList
  • pApiContentAllocationSelectBox
  • pApiContentAllocationTreeView
  • pApiTree

Functions

  • pica_ArticleListActions
  • pica_GetCustomTabProperties
  • pica_RegisterCustomTab
  • pica_RenderArticleAction
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class pApiTree

Tree class for content allocation

Direct known subclasses

pApiContentAllocationArticle, pApiContentAllocationComplexList, pApiContentAllocationSelectBox, pApiContentAllocationTreeView
Package: Plugin\ContentAllocation
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Marco Jahn
Located at plugins/content_allocation/classes/class.content_allocation_tree.php
Methods summary
public
# pApiTree( mixed $uuid )
public
# fetchTree( mixed $parentId = false, integer $level = 0, boolean $bUseTreeStatus = true )

Parameters

$parentId
mixed
$parentId
$level
integer
$level
$bUseTreeStatus
boolean
$bUseTreeStatus (if true use expand/collapsed status of the tree, otherwise not)

Modified

27.10.2005 Willi Man
public array
# fetchTreeIds( mixed $parentId = false, integer $level = 0, mixed $showOffline = false )

Fetch ContentAllocation tree Consider offline/online status

Fetch ContentAllocation tree Consider offline/online status

Parameters

$parentId
mixed
$parentId
$level
integer
$level
$showOffline

Returns

array
with ContentAllocation id's

Created

21.11.2005 Willi Man
public
# setTreeStatus( mixed $idpica_alloc )
public
# loadTreeStatus( )
public
# fetchParent( mixed $idpica_alloc )
public
# fetchParents( )
public
# fetchLevel( mixed $parentId = false, mixed $showOffline = false )
public
# storeItem( mixed $treeItem )
public
# setOnline( mixed $idpica_alloc )
public
# setOffline( mixed $idpica_alloc )
public
# _switchOnOffline( mixed $idpica_alloc, mixed $status )
public
# itemMoveUp( mixed $idpica_alloc )
public
# itemMoveDown( )
public
# deleteItem( mixed $idpica_alloc )
public
# fetchItem( mixed $idpica_alloc )
public
# _fetchItemNameLang( mixed $idpica_alloc )
public
# _fetchMaxOrder( mixed $parentId = false )
public
# _decreaseOrder( mixed $parentId = false, mixed $fromOrder )
public
# _increaseOrder( mixed $parentId = false, mixed $fromOrder )
public
# setFilters( mixed $arrInFilters = array(), mixed $arrOutFilters = array() )
public
# _inFilter( mixed $data )
public
# _outFilter( mixed $data )
Properties summary
public cDb $db NULL
#

Contenido DB

public mixed $table NULL
#
public integer $lang 1
#
public integer $client 1
#
public integer $defaultLang 1
#
public mixed $logger NULL
#
public mixed $user NULL
#
public array $treeStatus array()
#
public mixed $uuid NULL
#
public array $_arrInFilters array('htmlspecialchars', 'addslashes')
#
public array $_arrOutFilters array('stripslashes', 'htmldecode')
#
CMS CONTENIDO 4.9.1 API documentation generated by ApiGen 2.8.0