API17:JFolder::listFolderTree
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFolder::listFolderTree
Description
Lists folder in format suitable for tree display.
Description:JFolder::listFolderTree [Edit Descripton]
public static function listFolderTree ( $path $filter $maxLevel=3 $level=0 $parent=0 )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | The path of the folder to read. | |
| $filter | string | A filter for folder names. | |
| $maxLevel | integer | 3 | The maximum number of levels to recursively read, defaults to three. |
| $level | integer | 0 | The current level, optional. |
| $parent | integer | 0 | Unique identifier of the parent folder, if any. |
- Returns array Folders in the given folder.
- Defined on line 609 of libraries/joomla/filesystem/folder.php
- Since
See also
-
JFolder::listFolderTree source code on BitBucket
-
Class JFolder
-
Subpackage Filesystem
- Other versions of JFolder::listFolderTree
SeeAlso:JFolder::listFolderTree [Edit See Also]
User contributed notes
<CodeExamplesForm />
