TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Filelist\FileListFolderTree Class Reference
Inheritance diagram for TYPO3\CMS\Filelist\FileListFolderTree:
TYPO3\CMS\Backend\Tree\View\FolderTreeView TYPO3\CMS\Backend\Tree\View\AbstractTreeView filelistFolderTree

Public Member Functions

 wrapIcon ($theFolderIcon, \TYPO3\CMS\Core\Resource\Folder $folderObject)
 
 wrapTitle ($title, \TYPO3\CMS\Core\Resource\Folder $folderObject, $bank=0)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Tree\View\FolderTreeView
 __construct ()
 
 PMicon (\TYPO3\CMS\Core\Resource\Folder $folderObject, $subFolderCounter, $totalSubFolders, $nextCount, $isExpanded)
 
 PMiconATagWrap ($icon, $cmd, $isExpand=TRUE)
 
 wrapIcon ($icon, \TYPO3\CMS\Core\Resource\Folder $folderObject)
 
 wrapTitle ($title, \TYPO3\CMS\Core\Resource\Folder $folderObject, $bank=0)
 
 getId (\TYPO3\CMS\Core\Resource\Folder $folderObject)
 
 getJumpToParam (\TYPO3\CMS\Core\Resource\Folder $folderObject)
 
 getTitleStr ($row, $titleLen=30)
 
 getTitleAttrib (\TYPO3\CMS\Core\Resource\Folder $folderObject)
 
 getBrowsableTree ()
 
 getFolderTree (\TYPO3\CMS\Core\Resource\Folder $folderObject, $depth=999, $type='')
 
 getNumberOfSubfolders (\TYPO3\CMS\Core\Resource\Folder $folderObject)
 
 initializePositionSaving ()
 
 getAjaxStatus ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Tree\View\AbstractTreeView
 init ($clause='', $orderByFields='')
 
 setTreeName ($treeName='')
 
 addField ($field, $noCheck=0)
 
 reset ()
 
 getBrowsableTree ()
 
 printTree ($treeArr='')
 
 PMicon ($row, $a, $c, $nextCount, $exp)
 
 PM_ATagWrap ($icon, $cmd, $bMark='')
 
 wrapTitle ($title, $row, $bank=0)
 
 wrapIcon ($icon, $row)
 
 addTagAttributes ($icon, $attr)
 
 wrapStop ($str, $row)
 
 expandNext ($id)
 
 initializePositionSaving ()
 
 savePosition ()
 
 getRootIcon ($rec)
 
 getIcon ($row)
 
 getTitleStr ($row, $titleLen=30)
 
 getTitleAttrib ($row)
 
 getId ($row)
 
 getJumpToParam ($row)
 
 getTree ($uid, $depth=999, $depthData='', $blankLineCode='', $subCSSclass='')
 
 getCount ($uid)
 
 getRootRecord ($uid)
 
 getRecord ($uid)
 
 getDataInit ($parentId, $subCSSclass='')
 
 getDataCount (&$res)
 
 getDataNext (&$res, $subCSSclass='')
 
 getDataFree (&$res)
 
 setDataFromArray (&$dataArr, $traverse=FALSE, $pid=0)
 
 setDataFromTreeArray (&$treeArr, &$treeLookupArr)
 

Public Attributes

 $ext_IconMode
 
- Public Attributes inherited from TYPO3\CMS\Backend\Tree\View\AbstractTreeView
 $expandFirst = 0
 
 $expandAll = 0
 
 $thisScript = ''
 
 $titleAttrib = 'title'
 
 $ext_IconMode = FALSE
 
 $addSelfId = 0
 
 $title = 'no title'
 
 $showDefaultTitleAttribute = FALSE
 
 $highlightPagesWithVersions = TRUE
 
 $BE_USER = ''
 
 $MOUNTS = ''
 
 $table = ''
 
 $parentField = 'pid'
 
 $clause = ''
 
 $orderByFields = ''
 
 $fieldArray = array('uid', 'pid', 'title')
 
 $defaultList = 'uid,pid,tstamp,sorting,deleted,perms_userid,perms_groupid,perms_user,perms_group,perms_everybody,crdate,cruser_id'
 
 $treeName = ''
 
 $domIdPrefix = 'row'
 
 $backPath
 
 $iconPath = ''
 
 $iconName = 'default.gif'
 
 $makeHTML = 1
 
 $setRecs = 0
 
 $subLevelID = '_SUB_LEVEL'
 
 $ids = array()
 
 $ids_hierarchy = array()
 
 $orig_ids_hierarchy = array()
 
 $buffer_idH = array()
 
 $specUIDmap = array()
 
 $data = FALSE
 
 $dataLookup = FALSE
 
 $tree = array()
 
 $stored = array()
 
 $bank = 0
 
 $recs = array()
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Backend\Tree\View\FolderTreeView
 getShortHashNumberForStorage (\TYPO3\CMS\Core\Resource\ResourceStorage $storageObject=NULL, \TYPO3\CMS\Core\Resource\Folder $startingPointFolder=NULL)
 
 evaluateExpandCollapseParameter ($PM=NULL)
 
 generateExpandCollapseParameter ($mountKey=NULL, $doExpand=FALSE, \TYPO3\CMS\Core\Resource\Folder $folderObject=NULL, $treeName=NULL)
 
 getLanguageService ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Tree\View\AbstractTreeView
 determineScriptUrl ()
 
 getThisScript ()
 
 hasPageRecordVersions ($workspaceId, $pageId)
 
 getWorkspaceService ()
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Tree\View\FolderTreeView
 $storages = NULL
 
 $storageHashNumbers
 
 $ajaxStatus = FALSE
 
 $scope
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Tree\View\AbstractTreeView
 $workspaceService = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Class for drag and drop and ajax functionality

Author
Sebastian Kurfürst sebas.nosp@m.tian.nosp@m.@garb.nosp@m.age-.nosp@m.group.nosp@m..de
Benjamin Mack bmack.nosp@m.@xno.nosp@m.s.org
See also
class

Definition at line 24 of file FileListFolderTree.php.

Member Function Documentation

◆ wrapIcon()

TYPO3\CMS\Filelist\FileListFolderTree::wrapIcon (   $theFolderIcon,
\TYPO3\CMS\Core\Resource\Folder  $folderObject 
)

Wrapping icon in browse tree

Parameters
string$theFolderIconIcon IMG code
\TYPO3\CMS\Core\Resource\Folder$folderObjectthe folder object
Returns
string folder icon
Todo:
Define visibility

Definition at line 39 of file FileListFolderTree.php.

References TYPO3\CMS\Backend\Tree\View\FolderTreeView\getJumpToParam().

◆ wrapTitle()

TYPO3\CMS\Filelist\FileListFolderTree::wrapTitle (   $title,
\TYPO3\CMS\Core\Resource\Folder  $folderObject,
  $bank = 0 
)

Wrapping $title in a-tags.

Parameters
string$titleTitle string
\TYPO3\CMS\Core\Resource\Folder$folderObjectFolder to work on
integer$bankBank pointer (which mount point number)
Returns
string private
Todo:
Define visibility

Definition at line 55 of file FileListFolderTree.php.

References TYPO3\CMS\Backend\Tree\View\AbstractTreeView\$bank, TYPO3\CMS\Backend\Tree\View\AbstractTreeView\$title, and TYPO3\CMS\Backend\Tree\View\FolderTreeView\getJumpToParam().

Member Data Documentation

◆ $ext_IconMode

TYPO3\CMS\Filelist\FileListFolderTree::$ext_IconMode
Todo:
Define visibility

Definition at line 29 of file FileListFolderTree.php.