contenido\plugins\content_allocation\classes\class.content_allocation_complexlist.php

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

Description: Content Allocation

Requirements:

Author
Marco Jahn  
Con_php_req
5.0  
Copyright
four for business AG  
License
http://www.contenido.org/license/LIZENZ.txt  
Link
http://www.4fb.de  
Link
http://www.contenido.org  
Package
Contenido Backend plugins  
Since
file available since contenido release <= 4.6 {@internal created unknown modified 2008-07-02, Frederic Schneider, add security fix $Id: class.content_allocation_complexlist.php 538 2008-07-02 14:12:32Z frederic.schneider $: }}  
Version
0.2.1  

\pApiContentAllocationComplexList

Package: Default
Todo addslashes to all string db inserts check if default language exists if new entry is added (otherwise)
Parent(s)
\pApiTree

Properties

>VPropertypublic$_arrInFilters = array('urlencode', 'conHtmlSpecialChars', 'addslashes')
inheritedInherited from: \pApiTree::$$_arrInFilters
Default valuearray('urlencode', 'conHtmlSpecialChars', 'addslashes')Details
Type
n/a
Inherited_from
\pApiTree::$$_arrInFilters  
>VPropertypublic$_arrOutFilters = array('stripslashes', 'htmldecode', 'urldecode')
inheritedInherited from: \pApiTree::$$_arrOutFilters
Default valuearray('stripslashes', 'htmldecode', 'urldecode')Details
Type
n/a
Inherited_from
\pApiTree::$$_arrOutFilters  
>VPropertypublic$client = 1
inheritedInherited from: \pApiTree::$$client
Default value1Details
Type
n/a
Inherited_from
\pApiTree::$$client  
>VPropertypublic$db = null
inheritedInherited from: \pApiTree::$$db
Default valuenullDetails
Type
n/a
Inherited_from
\pApiTree::$$db  
>VPropertypublic$defaultLang = 1
inheritedInherited from: \pApiTree::$$defaultLang
Default value1Details
Type
n/a
Inherited_from
\pApiTree::$$defaultLang  
>VPropertypublic$idSetter = true
Default valuetrueDetails
Type
n/a
>VPropertypublic$lang = 1
inheritedInherited from: \pApiTree::$$lang
Default value1Details
Type
n/a
Inherited_from
\pApiTree::$$lang  
>VPropertypublic$load = array()
Default valuearray()Details
Type
n/a
>VPropertypublic$logger = null
inheritedInherited from: \pApiTree::$$logger
Default valuenullDetails
Type
n/a
Inherited_from
\pApiTree::$$logger  
>VPropertypublic$table = null
inheritedInherited from: \pApiTree::$$table
Default valuenullDetails
Type
n/a
Inherited_from
\pApiTree::$$table  
>VPropertypublic$treeStatus = array()
inheritedInherited from: \pApiTree::$$treeStatus
Default valuearray()Details
Type
n/a
Inherited_from
\pApiTree::$$treeStatus  
>VPropertypublic$user = null
inheritedInherited from: \pApiTree::$$user
Default valuenullDetails
Type
n/a
Inherited_from
\pApiTree::$$user  
>VPropertypublic$uuid = null
inheritedInherited from: \pApiTree::$$uuid
Default valuenullDetails
Type
n/a
Inherited_from
\pApiTree::$$uuid  

Methods

methodpublic_buildRenderTree( $tree) : void

Parameters
NameTypeDescription
$tree
methodpublic_decreaseOrder( $parentId = false,  $fromOrder) : void
inherited

Inherited from: \pApiTree::_decreaseOrder()
Parameters
NameTypeDescription
$parentId
$fromOrder
methodpublic_fetchItemNameLang( $idpica_alloc) : void
inherited

Inherited from: \pApiTree::_fetchItemNameLang()
Parameters
NameTypeDescription
$idpica_alloc
methodpublic_fetchMaxOrder( $parentId = false) : void
inherited

Inherited from: \pApiTree::_fetchMaxOrder()
Parameters
NameTypeDescription
$parentId
methodpublic_inFilter( $data) : void
inherited

Inherited from: \pApiTree::_inFilter()
Parameters
NameTypeDescription
$data
methodpublic_increaseOrder( $parentId = false,  $fromOrder) : void
inherited

Inherited from: \pApiTree::_increaseOrder()
Parameters
NameTypeDescription
$parentId
$fromOrder
methodpublic_outFilter( $data) : void
inherited

Inherited from: \pApiTree::_outFilter()
Parameters
NameTypeDescription
$data
methodpublic_switchOnOffline( $idpica_alloc,  $status) : void
inherited

Inherited from: \pApiTree::_switchOnOffline()
Parameters
NameTypeDescription
$idpica_alloc
$status
methodpublicdeleteItem( $idpica_alloc) : void
inherited

Inherited from: \pApiTree::deleteItem()
Parameters
NameTypeDescription
$idpica_alloc
methodpublicfetchItem( $idpica_alloc) : void
inherited

Inherited from: \pApiTree::fetchItem()
Parameters
NameTypeDescription
$idpica_alloc
methodpublicfetchLevel( $parentId = false,  $showOffline = false) : void
inherited

Inherited from: \pApiTree::fetchLevel()
Parameters
NameTypeDescription
$parentId
$showOffline
methodpublicfetchParent( $idpica_alloc) : void
inherited

Inherited from: \pApiTree::fetchParent()
Parameters
NameTypeDescription
$idpica_alloc
methodpublicfetchParents() : void
inherited

Inherited from: \pApiTree::fetchParents()
methodpublicfetchTree(mixed $parentId = false, int $level = 0, boolean $bUseTreeStatus = true) : void
inherited

Inherited from: \pApiTree::fetchTree()
Parameters
NameTypeDescription
$parentIdmixed
$levelint
$bUseTreeStatusboolean

(if true use expand/collapsed status of the tree, otherwise not)

Details
Modified
27.10.2005 Willi Man  
methodpublicfetchTreeIds(mixed $parentId = false, int $level = 0,  $showOffline = false) : array
inherited

Fetch content allocation tree Consider offline/online status

Inherited from: \pApiTree::fetchTreeIds()
Parameters
NameTypeDescription
$parentIdmixed
$levelint
$showOffline
Returns
TypeDescription
arraywith content allocation id's
Details
Created
21.11.2005 Willi Man  
methodpublicitemMoveDown() : void
inherited

Inherited from: \pApiTree::itemMoveDown()
methodpublicitemMoveUp( $idpica_alloc) : void
inherited

Inherited from: \pApiTree::itemMoveUp()
Parameters
NameTypeDescription
$idpica_alloc
methodpublicloadTreeStatus() : void
inherited

Inherited from: \pApiTree::loadTreeStatus()
methodpublicpApiContentAllocationComplexList( $uuid) : void

Parameters
NameTypeDescription
$uuid
methodpublicpApiTree( $uuid) : void
inherited

Inherited from: \pApiTree::pApiTree()
Parameters
NameTypeDescription
$uuid
methodpublicrenderTree( $return = true) : void

Parameters
NameTypeDescription
$return
methodpublicsetChecked( $load) : void

Parameters
NameTypeDescription
$load
methodpublicsetFilters( $arrInFilters = array(),  $arrOutFilters = array()) : void
inherited

Inherited from: \pApiTree::setFilters()
Parameters
NameTypeDescription
$arrInFilters
$arrOutFilters
methodpublicsetOffline( $idpica_alloc) : void
inherited

Inherited from: \pApiTree::setOffline()
Parameters
NameTypeDescription
$idpica_alloc
methodpublicsetOnline( $idpica_alloc) : void
inherited

Inherited from: \pApiTree::setOnline()
Parameters
NameTypeDescription
$idpica_alloc
methodpublicsetTreeStatus( $idpica_alloc) : void
inherited

Inherited from: \pApiTree::setTreeStatus()
Parameters
NameTypeDescription
$idpica_alloc
methodpublicstoreItem( $treeItem) : void
inherited

Inherited from: \pApiTree::storeItem()
Parameters
NameTypeDescription
$treeItem
Documentation was generated by phpDocumentor 2.0.0a12.