"TYPO3 4.0.1: t3lib_folderTree Class Reference", "datetime" => "Sat Dec 2 19:25:57 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
t3lib_folderTree () | |
wrapIcon ($icon, $row) | |
wrapTitle ($title, $row, $bank=0) | |
getId ($v) | |
getJumpToParam ($v) | |
getTitleStr ($row, $titleLen=30) | |
getBrowsableTree () | |
getFolderTree ($files_path, $depth=999, $depthData='') | |
getCount ($files_path) | |
initializePositionSaving () |
Definition at line 82 of file class.t3lib_foldertree.php.
|
Constructor function of the class
Definition at line 89 of file class.t3lib_foldertree.php. Referenced by localFolderTree::localFolderTree(). |
|
Will create and return the HTML code for a browsable tree of folders. Is based on the mounts found in the internal array ->MOUNTS (set in the constructor)
Reimplemented from t3lib_treeView. Definition at line 177 of file class.t3lib_foldertree.php. References getFolderTree(), initializePositionSaving(), t3lib_treeView::PM_ATagWrap(), t3lib_treeView::printTree(), t3lib_treeView::reset(), t3lib_iconWorks::skinImg(), and wrapIcon(). |
|
Counts the number of directories in a file path.
Reimplemented from t3lib_treeView. Definition at line 320 of file class.t3lib_foldertree.php. References t3lib_div::get_dirs(). Referenced by getFolderTree(). |
|
Fetches the data for the tree
Definition at line 240 of file class.t3lib_foldertree.php. References t3lib_treeView::$title, t3lib_treeView::expandNext(), t3lib_div::get_dirs(), getCount(), t3lib_BEfunc::getPathType_web_nonweb(), t3lib_iconWorks::skinImg(), and wrapIcon(). Referenced by getBrowsableTree(). |
|
Returns the id from the record - for folders, this is an md5 hash.
Reimplemented from t3lib_treeView. Definition at line 145 of file class.t3lib_foldertree.php. |
|
Returns jump-url parameter value.
Reimplemented from t3lib_treeView. Definition at line 155 of file class.t3lib_foldertree.php. Referenced by localFolderTree::wrapIcon(), wrapIcon(), localFolderTree::wrapTitle(), and wrapTitle(). |
|
Returns the title for the input record. If blank, a "no title" labele (localized) will be returned. '_title' is used for setting an alternative title for folders.
Reimplemented from t3lib_treeView. Definition at line 167 of file class.t3lib_foldertree.php. |
|
Get stored tree structure AND updating it if needed according to incoming PM GET var.
Reimplemented from t3lib_treeView. Reimplemented in localFolderTree. Definition at line 336 of file class.t3lib_foldertree.php. References t3lib_div::_GP(), and t3lib_treeView::savePosition(). Referenced by getBrowsableTree(). |
|
Wrapping the folder icon
Reimplemented from t3lib_treeView. Reimplemented in localFolderTree. Definition at line 107 of file class.t3lib_foldertree.php. References t3lib_treeView::addTagAttributes(), and getJumpToParam(). Referenced by getBrowsableTree(), and getFolderTree(). |
|
Wrapping $title in a-tags.
Reimplemented from t3lib_treeView. Reimplemented in localFolderTree. Definition at line 130 of file class.t3lib_foldertree.php. References t3lib_treeView::$title, and getJumpToParam(). |