◆ availableInRange()
static availableInRange |
( |
|
$range_id_or_object, |
|
|
|
$user_id |
|
) |
| |
|
static |
Determines if this folder type is available for a user and the object that is either referenced by its ID or whose data is passed to this method.
- Parameters
-
mixed | $range_id_or_object | The obect to be checked. |
string | $user_id | The user for which the availability of this folder type shall be checked. |
- Returns
- bool True, if the folder type is available, false otherwise.
Implements FolderType.
◆ getDescriptionTemplate()
getDescriptionTemplate |
( |
| ) |
|
◆ getTypeName()
Returns a human-friendly representation of the FolderType's name.
- Returns
- string A human-friendly name for the FolderType implementation.
Implements FolderType.
◆ isVisible()
Determines the visibility of an InstitutePublicFolder. An InstitutePublicFolder is visible for all logged in users and in case ENABLE_FREE_ACCESS is set to '1' or the worldwide access option is set.
- Parameters
-
string | $user_id | The user who wishes to see the folder. |
- Returns
- bool True, in case the user may see the folder, false otherwise.
Implements FolderType.
The documentation for this class was generated from the following file: