Stud.IP
2.0 Revision 48548
|
Public Member Functions | |
StudIPInstitute () | |
addChild ($child) | |
removeChild ($child) | |
getAllChildInstitutes () | |
setId ($newid) | |
getId () | |
setName ($newname) | |
getName () |
Data Fields | |
$id | |
$name | |
$childinstitutes |
addChild | ( | $child | ) |
Adds a new child to this institute
$child | the new child to this institute |
getAllChildInstitutes | ( | ) |
Returns all childs of this institute.
getId | ( | ) |
Returns the id of this institute
getName | ( | ) |
Returns the name of this institute
removeChild | ( | $child | ) |
Removes a child institute
the | child, which should be removed |
setId | ( | $newid | ) |
Sets the id of this institute
$newid | the new id |
setName | ( | $newname | ) |
Sets the name of the institute
the | new name |
StudIPInstitute | ( | ) |
$childinstitutes |
$id |
$name |