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]
Since
Synopsis
public static JFolder::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 in
libraries/joomla/filesystem/folder.php
Referenced by
See also
SeeAlso:JFolder::listFolderTree
Examples
<CodeExamplesForm />
