|
Stud.IP
2.4 Revision 48548
|

Public Member Functions | |
| GetInstance ($id=false, $refresh_cache=false) | |
| & | GetAbsStmTypes () |
| & | GetStg ($abschl=false) |
| & | GetPversions ($abschl=false, $stg=false) |
| & | GetAbsStms ($abschl, $stg, $check_homeinst=false) |
| & | GetAbschluesse () |
| & | CheckAbstgv ($abschl, $stg) |
| AbstractStm ($id=FALSE) | |
| createId () | |
| getId () | |
| getIdNumber () | |
| getTitle () | |
| getSubtitle () | |
| getTopics () | |
| getAims () | |
| getHints () | |
| getDuration () | |
| getCredits () | |
| getWorkload () | |
| getTurnus () | |
| getHomeinst () | |
| restore () | |
| store ($replace=false) | |
| delete () | |
| setValues ($val_array) | |
| getValues () | |
| checkValues () | |
| checkElements () | |
| addElement ($elem, $block) | |
| checkAssigns () | |
Data Fields | |
| $id | |
| $id_number | |
| $title | |
| $subtitle | |
| $topics | |
| $aims | |
| $hints | |
| $duration | |
| $credits | |
| $workload | |
| $turnus | |
| $homeinst | |
| $elements = array() | |
| $assigns = array() | |
| $is_new | |
| $msg | |
| AbstractStm | ( | $id = FALSE | ) |
Constructor
Pass nothing to create a abstract stm, or the id from an existing stm to change or delete public
| string | $abs_stm_id | the seminar which should be retrieved |


| addElement | ( | $elem, | |
| $block | |||
| ) |
| & CheckAbstgv | ( | $abschl, | |
| $stg | |||
| ) |

| checkAssigns | ( | ) |
| checkElements | ( | ) |
| checkValues | ( | ) |
| createId | ( | ) |
creates an new id for this object private

| delete | ( | ) |

| & GetAbschluesse | ( | ) |


| & GetAbsStms | ( | $abschl, | |
| $stg, | |||
$check_homeinst = false |
|||
| ) |

| & GetAbsStmTypes | ( | ) |


| getAims | ( | ) |
| getCredits | ( | ) |
| getDuration | ( | ) |
| getHints | ( | ) |
| getHomeinst | ( | ) |
| getId | ( | ) |

| getIdNumber | ( | ) |




| & GetStg | ( | $abschl = false | ) |


| getSubtitle | ( | ) |
| getTitle | ( | ) |
| getTopics | ( | ) |
| getTurnus | ( | ) |
| getValues | ( | ) |
| getWorkload | ( | ) |
| restore | ( | ) |
restore the data
the complete data of the object will be loaded from the db public


| setValues | ( | $val_array | ) |

| store | ( | $replace = false | ) |

| $aims |
| $assigns = array() |
| $credits |
| $duration |
| $elements = array() |
| $hints |
| $homeinst |
| $id |
| $id_number |
| $is_new |
| $msg |
| $subtitle |
| $title |
| $topics |
| $turnus |
| $workload |