Public Member Functions | |
getHtml ($gotuid, $gotmoduleComponentId, $gotaction) | |
actionView () | |
actionEdit () | |
createModule (&$moduleComponentId) | |
deleteModule ($moduleComponentId) | |
copyModule ($moduleComponentId) | |
Static Public Member Functions | |
static | getFileAccessPermission ($pageId, $moduleComponentId, $userId, $fileName) |
static | getUploadableFileProperties (&$fileTypesArray, &$maxFileSizeInBytes) |
Definition at line 9 of file faculty.lib.php.
actionEdit | ( | ) |
Definition at line 75 of file faculty.lib.php.
actionView | ( | ) |
Definition at line 36 of file faculty.lib.php.
copyModule | ( | $ | moduleComponentId | ) |
Definition at line 145 of file faculty.lib.php.
createModule | ( | &$ | moduleComponentId | ) |
Definition at line 122 of file faculty.lib.php.
deleteModule | ( | $ | moduleComponentId | ) |
Definition at line 136 of file faculty.lib.php.
static getFileAccessPermission | ( | $ | pageId, | |
$ | moduleComponentId, | |||
$ | userId, | |||
$ | fileName | |||
) | [static] |
Should return true in case file viewing allowed, false if not allowed
Implements fileuploadable.
Definition at line 24 of file faculty.lib.php.
getHtml | ( | $ | gotuid, | |
$ | gotmoduleComponentId, | |||
$ | gotaction | |||
) |
Definition at line 14 of file faculty.lib.php.
static getUploadableFileProperties | ( | &$ | fileTypesArray, | |
&$ | maxFileSizeInBytes | |||
) | [static] |
Definition at line 27 of file faculty.lib.php.