Data Fields |
const | ROOT = 'root' |
Constructor & Destructor Documentation
Member Function Documentation
Get a string representation of this study area.
Delete this user domain from the database.
Returns the study area with the specified ID.
Returns the children of this study area.
Get the ID of this study area.
Get the comment of this study area.
getModuleDescription |
( |
|
$semester_id = '' | ) |
|
returns the modul description if this study area is a module and if there is a compatible plugin available
- Parameters
-
- Returns
- string
getModuleInfoHTML |
( |
|
$semester_id = '' | ) |
|
returns a HTML snippet for the info icon if this study area is a module and if there is a compatible plugin available
- Parameters
-
- Returns
- string
Get the display name of this study area.
Get the parent ID of this study area.
getPath |
( |
|
$separator = NULL | ) |
|
Get the path along the sem_tree to this study area.
- Parameters
-
- Returns
- mixed TODO
Get the priority of this study area.
Returns the not really existing root study area.
- Returns
- object the root study area object
Get the studip_object_id of this study area.
static getStudyAreasForCourse |
( |
|
$id | ) |
|
|
static |
Get an associative array of all study areas of a course. The array contains StudipStudyArea instances and its keys correspond to the ID of each entry.
- Parameters
-
- Returns
- array an array of that courses study areas
get the type of this study area.
get the name of the type of this study area, see $SEM_TREE_TYPES in config.inc.php
- Returns
- string
Returns TRUE if the area has children.
Returns TRUE if this area can be select.
is this study area editable, see $SEM_TREE_TYPES in config.inc.php
- Returns
- bool
is this study area considered a study modul?, see $SEM_TREE_TYPES in config.inc.php
- Returns
- bool
Returns TRUE if this area is the root.
static search |
( |
|
$searchTerm | ) |
|
|
static |
Search for study areas whose name matches the given search term.
- Parameters
-
- Returns
- type
Set the ID of this study area.
Set the comment of this study area.
Set the display name of this study area.
setParentId |
( |
|
$parent_id | ) |
|
Set the parent of this study area.
Set the priority of this study area.
Set the studip_object_id of this study area.
set the type of this study area.
Store changes to the study area to the database.
Field Documentation
This constant represents the key of the root area.
The documentation for this class was generated from the following file: