Member Function Documentation
| addRelatedPerson |
( |
|
$user_id | ) |
|
adds a given user_id as a related person to the date
- Parameters
-
| string | $user_id | user_id from auth_user_md5 of the person to be added |
clears all related persons (in the interface this means that all dozents are marked as related to the date)
| delete |
( |
|
$keepIssues = false | ) |
|
| deleteIssueID |
( |
|
$issue_id | ) |
|
| deleteRelatedPerson |
( |
|
$user_id | ) |
|
unsets a given user_id from the array of related persons
- Parameters
-
| string | $user_id | user_id from auth_user_md5 of the person to be added |
| fillValuesFromArray |
( |
|
$daten | ) |
|
| getDatesExport |
( |
|
$params = array() | ) |
|
returns a representation without html of the date
- Parameters
-
| array | optional variables which are passed to the template |
- Returns
- string the representation of the date without html
- Author
- Till Glöggler tgloe.nosp@m.ggl@.nosp@m.uos.d.nosp@m.e
| getDatesHTML |
( |
|
$params = array() | ) |
|
returns a html representation of the date
- Parameters
-
| array | optional variables which are passed to the template |
- Returns
- string the html-representation of the date
- Author
- Till Glöggler tgloe.nosp@m.ggl@.nosp@m.uos.d.nosp@m.e
| getDatesTemplate |
( |
|
$template | ) |
|
returns a representation of the date with a specifiable template
- Parameters
-
| mixed | this can be a template-object or a string pointing to a template in path_to_studip/templates |
- Returns
- string the template output of the date
- Author
- Till Glöggler tgloe.nosp@m.ggl@.nosp@m.uos.d.nosp@m.e
| getDatesXML |
( |
|
$params = array() | ) |
|
returns a xml-representation of the date
- Parameters
-
| array | optional variables which are passed to the template |
- Returns
- string the xml-representation of the date
- Author
- Till Glöggler tgloe.nosp@m.ggl@.nosp@m.uos.d.nosp@m.e
| getInstance |
( |
|
$singledate_id | ) |
|
gets all user_ids of related persons of this date
- Returns
- array of user_ids
this function returns a human-readable status of a room-request, if any, false otherwise
the int-values of the states are: 0 - room-request is open 1 - room-request has been edited, but no confirmation has been sent 2 - room-request has been edited and a confirmation has been sent 3 - room-request has been declined
they are mapped with: 0 - open 1 - pending 2 - closed 3 - declined
- Returns
- string the mapped text
| setFreeRoomText |
( |
|
$freeRoomText | ) |
|
| setSeminarID |
( |
|
$seminar_id | ) |
|
| validate |
( |
|
$start = 0, |
|
|
|
$end = 0 |
|
) |
| |
Field Documentation
| $related_persons = array() |
The documentation for this class was generated from the following file: