File/program/lib/filemanager.class.php

Description

/program/lib/filemanager.class.php - filemanager

Classes
Class Description
 class FileManager File Manager
Includes
 require_once ($CFG->progdir."/lib/filelib.php") (line 28)

utility routines for manipulating files

Constants
PARAM_FILENAME = filename_ (line 41)

This constant is used to construct the fieldname used for deleting files

PARAM_FILENAMES = filenames (line 44)

This constant is used to construct the fieldname counting the number of files to delete

PARAM_PATH = path (line 46)
PARAM_SORT = sort (line 47)
SORTBY_DATE_ASC = 3 (line 53)
SORTBY_DATE_DESC = -3 (line 54)
SORTBY_FILE_ASC = 1 (line 49)
SORTBY_FILE_DESC = -1 (line 50)
SORTBY_NONE = 0 (line 48)
SORTBY_SIZE_ASC = 2 (line 51)
SORTBY_SIZE_DESC = -2 (line 52)
TASK_ADD_DIRECTORY = mkdir (line 37)
TASK_ADD_FILE = upload (line 36)
TASK_CHANGE_DIRECTORY = cd (line 32)
TASK_LIST_DIRECTORY = ls (line 31)
TASK_PREVIEW_FILE = preview (line 33)
TASK_REMOVE_DIRECTORY = rmdir (line 35)
TASK_REMOVE_FILE = rm (line 34)
TASK_REMOVE_MULTIPLE_FILES = batchrm (line 38)

Documentation generated on Tue, 28 Jun 2016 19:09:22 +0200 by phpDocumentor 1.4.0