class FileFolder extends Category (View source)

Traits

Properties

$error from  ConcreteObject
protected $childNodes from  Node
protected $childNodesLoaded from  Node
protected $treeNodeIsSelected from  Node
protected $tree from  Node

Methods

loadError($error)

No description

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

static 
camelcase($file)

No description

static 
uncamelcase($string)

No description

assignPermissions($userOrGroup, $permissions = [], $accessType = Key::ACCESS_TYPE_INCLUDE, $cascadeToChildren = true)

No description

loadDetails()

No description

from  Category
string
getTreeNodeDisplayName(string $format = 'html')

Returns the display name for this tree node (localized and escaped accordingly to $format)

from  Category
deleteDetails()

No description

from  Category
getTreeNodeTypeName()

No description

getTreeNodeTypeDisplayName($format = 'html')

No description

from  Node
getListFormatter()

No description

from  Category
from  Node
getTreeNodeID()

No description

from  Node
getTreeNodeParentID()

No description

from  Node
getTreeNodeParentObject()

No description

from  Node
setTree(Tree $tree)

No description

from  Node
getDateLastModified()

No description

from  Node
getDateCreated()

No description

from  Node
getTreeObject()

No description

from  Node
setTreeNodeName($treeNodeName)

No description

from  Node
getTreeNodeName()

No description

getTreeID()

No description

from  Node
getTreeNodeTypeID()

No description

from  Node
getTreeNodeTypeObject()

No description

from  Node
getTreeNodeTypeHandle()

No description

from  Node
getChildNodes()

No description

from  Node
from  Node
getTreeNodePermissionsNodeID()

No description

from  Node
getTreeNodeChildCount()

No description

from  Node
getChildNodesLoaded()

No description

from  Node
transformNode($treeNodeType)

Transforms a node to another node.

from  Node
getTreeNodeParentArray()

Returns an array of all parents of this tree node.

from  Node
JsonResponse
selectChildrenNodesByID($nodeID, $loadMissingChildren = false)

Recursively searches for a children node and marks it as selected.

from  Node
getTreeNodeMenu()

No description

getJSONObject()

No description

from  Node
getTreeNodeJSON()

No description

export(SimpleXMLElement $x)

No description

from  Node
duplicate($parent = false)

No description

from  Category
getTreeNodeDisplayPath()

No description

from  Node
duplicateChildren(Node $node)

No description

from  Node
from  Node
setPermissionsToOverride()

No description

from  Node
from  Node
from  Node
getAllChildNodeIDs()

No description

from  Node
setTreeNodeTreeID($treeID)

No description

from  Node
checkMove(Node $newParent)

Check if this node can be moved under another parent.

from  Node
move(Node $newParent)

Move this node under another node.

from  Node
updateDateModified()

Update the Date Modified to the current time

from  Node
rescanChildrenDisplayOrder()

No description

from  Node
saveChildOrder($orderedIDs)

No description

from  Node
static 
add($treeNodeCategoryName = '', $parent = false)

No description

from  Category
static 
importNode(SimpleXMLElement $sx, $parent = false)

No description

from  Category
importChildren(SimpleXMLElement $sx)

No description

from  Node
populateChildren()

No description

from  Node
populateDirectChildrenOnly()

No description

from  Node
delete()

No description

from  Node
static 
getByID($treeNodeID)

No description

from  Node
exportTranslations(Translations $translations)

No description

static 
getNodeByName($name)

No description

from  Node
populateRecursiveNodes($treeNodeTypeID, $nodes, $nodeRow, $level, $returnNodeObjects = false, $includeThisNode = true)

No description

from  Node
getHierarchicalNodesOfType($treeNodeTypeHandle, $level = 1, $returnNodeObjects = false, $includeThisNode = true)

No description

from  Node
static 
getNodesOfType($treeNodeTypeHandle)

No description

from  Node
from  Category
getFolderItemList(User $u = null, Request $request)

No description

Details

loadError($error)

No description

Parameters

$error

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

Parameters

$arr

static camelcase($file)

No description

Parameters

$file

static uncamelcase($string)

No description

Parameters

$string

assignPermissions($userOrGroup, $permissions = [], $accessType = Key::ACCESS_TYPE_INCLUDE, $cascadeToChildren = true)

No description

Parameters

$userOrGroup
$permissions
$accessType
$cascadeToChildren

loadDetails()

No description

string getTreeNodeDisplayName(string $format = 'html')

Returns the display name for this tree node (localized and escaped accordingly to $format)

Parameters

string $format

= 'html' Escape the result in html format (if $format is 'html'). If $format is 'text' or any other value, the display name won't be escaped.

Return Value

string

deleteDetails()

No description

getTreeNodeTypeName()

No description

getTreeNodeTypeDisplayName($format = 'html')

No description

Parameters

$format

getListFormatter()

No description

getPermissionObjectIdentifier()

No description

getTreeNodeID()

No description

getTreeNodeParentID()

No description

getTreeNodeParentObject()

No description

setTree(Tree $tree)

No description

Parameters

Tree $tree

getDateLastModified()

No description

getDateCreated()

No description

getTreeObject()

No description

setTreeNodeName($treeNodeName)

No description

Parameters

$treeNodeName

getTreeNodeName()

No description

getTreeID()

No description

getTreeNodeTypeID()

No description

getTreeNodeTypeObject()

No description

getTreeNodeTypeHandle()

No description

getChildNodes()

No description

overrideParentTreeNodePermissions()

No description

getTreeNodePermissionsNodeID()

No description

getTreeNodeChildCount()

No description

getChildNodesLoaded()

No description

transformNode($treeNodeType)

Transforms a node to another node.

Parameters

$treeNodeType

getTreeNodeParentArray()

Returns an array of all parents of this tree node.

JsonResponse selectChildrenNodesByID($nodeID, $loadMissingChildren = false)

Recursively searches for a children node and marks it as selected.

Parameters

$nodeID
  • nodeID of the children to be selected
$loadMissingChildren
  • if set to true, it will fetch, as needed, the children of the current node, that have not been loaded yet

Return Value

JsonResponse

getTreeNodeMenu()

No description

getJSONObject()

No description

getTreeNodeJSON()

No description

export(SimpleXMLElement $x)

No description

Parameters

SimpleXMLElement $x

duplicate($parent = false)

No description

Parameters

$parent

getTreeNodeDisplayPath()

No description

protected duplicateChildren(Node $node)

No description

Parameters

Node $node

setChildPermissionsToOverride()

No description

setPermissionsToOverride()

No description

setTreeNodePermissionsToGlobal()

No description

setTreeNodePermissionsToOverride()

No description

getAllChildNodeIDs()

No description

setTreeNodeTreeID($treeID)

No description

Parameters

$treeID

MoveException|null checkMove(Node $newParent)

Check if this node can be moved under another parent.

Parameters

Node $newParent

The new parent node.

Return Value

MoveException|null

Return a MoveException in case of problems, null in case of success.

move(Node $newParent)

Move this node under another node.

Parameters

Node $newParent

The new parent node

Exceptions

MoveException

Throws a MoveException in case of errors.

updateDateModified()

Update the Date Modified to the current time

protected rescanChildrenDisplayOrder()

No description

saveChildOrder($orderedIDs)

No description

Parameters

$orderedIDs

static add($treeNodeCategoryName = '', $parent = false)

No description

Parameters

$treeNodeCategoryName
$parent

static importNode(SimpleXMLElement $sx, $parent = false)

No description

Parameters

SimpleXMLElement $sx
$parent

importChildren(SimpleXMLElement $sx)

No description

Parameters

SimpleXMLElement $sx

populateChildren()

No description

populateDirectChildrenOnly()

No description

delete()

No description

static getByID($treeNodeID)

No description

Parameters

$treeNodeID

exportTranslations(Translations $translations)

No description

Parameters

Translations $translations

static getNodeByName($name)

No description

Parameters

$name

protected populateRecursiveNodes($treeNodeTypeID, $nodes, $nodeRow, $level, $returnNodeObjects = false, $includeThisNode = true)

No description

Parameters

$treeNodeTypeID
$nodes
$nodeRow
$level
$returnNodeObjects
$includeThisNode

getHierarchicalNodesOfType($treeNodeTypeHandle, $level = 1, $returnNodeObjects = false, $includeThisNode = true)

No description

Parameters

$treeNodeTypeHandle
$level
$returnNodeObjects
$includeThisNode

static getNodesOfType($treeNodeTypeHandle)

No description

Parameters

$treeNodeTypeHandle

getTreeNodeTranslationContext()

No description

getPermissionResponseClassName()

No description

getPermissionAssignmentClassName()

No description

getPermissionObjectKeyCategoryHandle()

No description

getFolderItemList(User $u = null, Request $request)

No description

Parameters

User $u
Request $request