Static Public Member Functions |
| static | getStudyCourses ($sci=NULL) |
| static | getStudyDegrees ($sdi=NULL) |
| static | deleteStudyCourse ($prof_id) |
| static | deleteStudyDegree ($deg_id) |
| static | getStudyCourseInfo ($prof_id=NULL) |
| static | getStudyDegreeInfo ($deg_id=NULL) |
| static | saveNewProfession ($prof_name, $prof_desc, $prof_soskuerzel) |
| static | saveNewDegree ($deg_name, $deg_desc, $deg_soskuerzel) |
| static | checkProfession ($prof_name) |
| static | checkDegree ($deg_name) |
| static | saveEditProfession ($prof_id, $prof_name, $prof_desc, $prof_soskuerzel) |
| static | saveEditDegree ($deg_id, $deg_name, $deg_desc, $deg_soskuerzel) |
Detailed Description
Member Function Documentation
| static checkDegree |
( |
|
$deg_name | ) |
|
|
static |
Check, if the degree already exists
- Parameters
-
- Returns
- bool true, if exists
| static checkProfession |
( |
|
$prof_name | ) |
|
|
static |
Check, if the profession already exists
- Parameters
-
- Returns
- bool true, if exists
| static deleteStudyCourse |
( |
|
$prof_id | ) |
|
|
static |
Delete a profession
- Parameters
-
- Returns
- int the number of deletet rows
| static deleteStudyDegree |
( |
|
$deg_id | ) |
|
|
static |
Delete a degree
- Parameters
-
- Returns
- int the number of deletet rows
| static getStudyCourseInfo |
( |
|
$prof_id = NULL | ) |
|
|
static |
Get infos about the profession
- Parameters
-
- Returns
- array() profession
| static getStudyCourses |
( |
|
$sci = NULL | ) |
|
|
static |
Get all course of study (profession with all degrees) (if $sci == null) Get one course of study (one profession with all degrees) (if $sci != null)
JLUG__SB_STUDIENGANG jlug_sos_kuerzel added
- Parameters
-
| md5 | $sci | id of a studiengang |
- Returns
- array() list of courses
| static getStudyDegreeInfo |
( |
|
$deg_id = NULL | ) |
|
|
static |
Get infos about the degree
- Parameters
-
- Returns
- array() degree
| static getStudyDegrees |
( |
|
$sdi = NULL | ) |
|
|
static |
Get all degrees (degrees with all profession) (if $sdi == null) Get one degree (one degree with all profession) (if $sdi != null)
- Parameters
-
- Returns
- array() list of studydegrees
| static saveEditDegree |
( |
|
$deg_id, |
|
|
|
$deg_name, |
|
|
|
$deg_desc, |
|
|
|
$deg_soskuerzel |
|
) |
| |
|
static |
Save changes of the degree
- Parameters
-
| md5 | $deg_id | |
| string | $deg_name | |
| string | $deg_desc | |
| static saveEditProfession |
( |
|
$prof_id, |
|
|
|
$prof_name, |
|
|
|
$prof_desc, |
|
|
|
$prof_soskuerzel |
|
) |
| |
|
static |
Save changes of the profession
- Parameters
-
| md5 | $prof_id | |
| string | $prof_name | |
| string | $prof_desc | |
| static saveNewDegree |
( |
|
$deg_name, |
|
|
|
$deg_desc, |
|
|
|
$deg_soskuerzel |
|
) |
| |
|
static |
Create a new degree
- Parameters
-
| string | $deg_name | new name of the degree |
| string | $deg_desc | new description of the degree |
| static saveNewProfession |
( |
|
$prof_name, |
|
|
|
$prof_desc, |
|
|
|
$prof_soskuerzel |
|
) |
| |
|
static |
Create a new profession
- Parameters
-
| string | $prof_name | new name of the profession |
| string | $prof_desc | new description of the profession [optional] |
The documentation for this class was generated from the following file: