Generic range interface. Ranges may be a lot of things in Stud.IP.
- Author
- Jan-Hendrik Willms tleil.nosp@m.ax+s.nosp@m.tudip.nosp@m.@gma.nosp@m.il.co.nosp@m.m @license GPL2 or any later version
◆ describeRange()
Returns a descriptive text for the range type.
- Returns
- string
Implemented in Course, Institute, and User.
◆ getRangeId()
Returns the id of the current range
- Returns
- mixed (string|int)
Implemented in Course, Institute, and User.
◆ getRangeType()
Returns a unique identificator for the range type.
- Returns
- string
Implemented in Course, Institute, and User.
◆ userMayAccessRange()
| userMayAccessRange |
( |
|
$user_id = null | ) |
|
Decides whether the user may access the range.
- Parameters
-
| string | $user_id | Optional id of a user, defaults to current user |
- Returns
- bool
Implemented in Course, Institute, and User.
◆ userMayAdministerRange()
| userMayAdministerRange |
( |
|
$user_id = null | ) |
|
Decides whether the user may administer the range.
- Parameters
-
| string | $user_id | Optional id of a user, defaults to current user |
- Returns
- bool
Implemented in Course, Institute, and User.
◆ userMayEditRange()
| userMayEditRange |
( |
|
$user_id = null | ) |
|
Decides whether the user may edit/alter the range.
- Parameters
-
| string | $user_id | Optional id of a user, defaults to current user |
- Returns
- bool
Implemented in Course, Institute, and User.
The documentation for this interface was generated from the following file: