Constructor & Destructor Documentation
__construct |
( |
$ |
upload_path, |
|
|
$ |
recycle_bin_name, |
|
|
$ |
tree_id, |
|
|
$ |
root_folder, |
|
|
$ |
can_upload = false |
|
) |
| |
Constructs the object
- Parameters:
-
string | $upload_path | The upload path |
string | $recycle_bin_name | The name of the recycle bin folder |
string | $tree_id | The tree HTML identifier |
string | $root_folder | The base folder of the section |
boolean | $can_upload | If true, then the current user can upload files [OPTIONAL] public |
- Returns:
- void
Member Function Documentation
Returns the files of the current folder as an associative array
- Parameters:
-
int | $folder_id | The folder identifier public |
- Returns:
- array|boolean
Reimplemented from TreeFolder.
Returns the subfolders of the current folder as an associative array with all the subfolders
- Parameters:
-
int | $continent_id | The continent identifier public |
- Returns:
- array|boolean
Reimplemented from TreeFolder.
Field Documentation
$can_upload = false [protected] |
The documentation for this class was generated from the following file: