‪TYPO3CMS  9.5
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

Public Member Functions

string wrapIcon ($theFolderIcon, $folderObject)
 
string wrapTitle ($title, $folderObject, $bank=0)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\FolderTreeView
 __construct ()
 
string PMicon ($folderObject, $subFolderCounter, $totalSubFolders, $nextCount, $isExpanded)
 
string PMiconATagWrap ($icon, $cmd, $isExpand=true)
 
int getId ($folderObject)
 
string getJumpToParam ($folderObject)
 
string getTitleStr ($row, $titleLen=30)
 
string getTitleAttrib ($folderObject)
 
string getBrowsableTree ()
 
 getBrowseableTreeForStorage (ResourceStorage $storageObject)
 
int getFolderTree (Folder $folderObject, $depth=999, $type='')
 
string printTree ($treeItems='')
 
int getNumberOfSubfolders (Folder $folderObject)
 
 initializePositionSaving ()
 
bool getAjaxStatus ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\AbstractTreeView
 init ($clause='', $orderByFields='')
 
 addField ($field, $noCheck=false)
 
 reset ()
 
string PM_ATagWrap ($icon, $cmd, $bMark='', $isOpen=false)
 
string addTagAttributes ($icon, $attr)
 
string wrapStop ($str, $row)
 
bool expandNext ($id)
 
 savePosition ()
 
string getRootIcon ($rec)
 
string getIcon ($row)
 
int getTree ($uid, $depth=999, $depthData='')
 
int getCount ($uid)
 
array getRootRecord ()
 
array getRecord ($uid)
 
mixed getDataInit ($parentId)
 
int getDataCount (&$res)
 
array bool getDataNext (&$res)
 
 getDataFree (&$res)
 
 setDataFromArray (&$dataArr, $traverse=false, $pid=0)
 
 setDataFromTreeArray (&$treeArr, &$treeLookupArr)
 

Public Attributes

bool $ext_IconMode
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Backend\Tree\View\FolderTreeView
string $titleAttrib = ''
 
string $treeName = 'folder'
 
string $domIdPrefix = 'folder'
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Backend\Tree\View\AbstractTreeView
bool $expandFirst = false
 
bool $expandAll = false
 
string $thisScript = ''
 
string $titleAttrib = 'title'
 
bool $ext_IconMode = false
 
bool $ext_showPathAboveMounts = false
 
int $addSelfId = 0
 
string $title = 'no title'
 
bool $showDefaultTitleAttribute = false
 
TYPO3 CMS Core Authentication BackendUserAuthentication $BE_USER = ''
 
array null $MOUNTS
 
string $table = ''
 
string $parentField = 'pid'
 
string $clause = ''
 
string $orderByFields = ''
 
array $fieldArray = array( 'uid', 'pid', 'title', 'is_siteroot' )
 
array $defaultList = 'uid,pid,tstamp,sorting,deleted,perms_userid,perms_groupid,perms_user,perms_group,perms_everybody,crdate,cruser_id'
 
string $treeName = ''
 
string $domIdPrefix = 'row'
 
int $makeHTML = 1
 
int $setRecs = 0
 
string $subLevelID = '_SUB_LEVEL'
 
array $ids = array( )
 
array $ids_hierarchy = array( )
 
array $orig_ids_hierarchy = array( )
 
array $buffer_idH = array( )
 
array $specUIDmap = array( )
 
bool $data = false
 
bool $dataLookup = false
 
array $tree = array( )
 
array $stored = array( )
 
int $bank = 0
 
array $recs = array( )
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\FolderTreeView
string renderPMIconAndLink ($cmd, $isOpen)
 
string getTableNameForClickMenu (Folder $folderObject)
 
int getShortHashNumberForStorage (ResourceStorage $storageObject=null, Folder $startingPointFolder=null)
 
array evaluateExpandCollapseParameter ($PM=null)
 
string generateExpandCollapseParameter ($mountKey=null, $doExpand=false, Folder $folderObject=null, $treeName=null)
 
LanguageService getLanguageService ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\AbstractTreeView
 determineScriptUrl ()
 
string getThisScript ()
 
string getMountPointPath (int $uid)
 
BackendUserAuthentication getBackendUser ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Tree\View\FolderTreeView
ResourceStorage[] $storages
 
array $storageHashNumbers
 
bool $ajaxStatus = false
 
array $scope
 
IconFactory $iconFactory
 

Detailed Description

Class for drag and drop and ajax functionality

See also
‪class \TYPO3\CMS\Backend\Tree\View\BrowseTreeView

this is a concrete TYPO3 tree implementation and solely used for EXT:filelist and not part of TYPO3's Core API.

Definition at line 22 of file FileListFolderTree.php.

Member Function Documentation

◆ wrapIcon()

string TYPO3\CMS\Filelist\FileListFolderTree::wrapIcon (   $theFolderIcon,
  $folderObject 
)

Wrapping icon in browse tree

Parameters
string$theFolderIcon‪Icon IMG code
\TYPO3\CMS\Core\Resource\Folder$folderObject‪the folder object
Returns
‪string folder icon

Reimplemented from TYPO3\CMS\Backend\Tree\View\FolderTreeView.

Definition at line 35 of file FileListFolderTree.php.

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

◆ wrapTitle()

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

Wrapping $title in a-tags.

Parameters
string$title‪Title string
\TYPO3\CMS\Core\Resource\Folder$folderObject‪Folder to work on
int$bank‪Bank pointer (which mount point number)
Returns
‪string

Reimplemented from TYPO3\CMS\Backend\Tree\View\FolderTreeView.

Definition at line 51 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

bool TYPO3\CMS\Filelist\FileListFolderTree::$ext_IconMode

Definition at line 26 of file FileListFolderTree.php.