Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • 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
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

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

Functions

  • pica_ArticleListActions
  • pica_GetCustomTabProperties
  • pica_RegisterCustomTab
  • pica_RenderArticleAction
  • Overview
  • Package
  • Class
  • Todo
  • Download

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( $uuid )
public
# fetchTree( mixed $parentId = false, integer $level = 0, boolean $bUseTreeStatus = true )

Parameters

$parentId
$level
$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, $showOffline = false )

Fetch ContentAllocation tree Consider offline/online status

Fetch ContentAllocation tree Consider offline/online status

Parameters

$parentId
$level
$showOffline

Returns

array
with ContentAllocation id's

Created

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

Contenido DB

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