|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Handles collections of ilObjStudyProgramme-Objects The class extends the ArrayObject class. More...
Inheritance diagram for ilObjStudyProgrammeCollection:
Collaboration diagram for ilObjStudyProgrammeCollection:Public Member Functions | |
| __construct (array $data=array()) | |
| Initialize the ProgrammeCollection. More... | |
| offsetSet ($index, $newval) | |
| Sets the value at the specified index to newval. More... | |
| append ($value) | |
| Append ilObjStudyProgramme to the collection. More... | |
Protected Member Functions | |
| typeCheck ($value) | |
| Check the type of the given value against ilObjStudyProgramme. More... | |
Handles collections of ilObjStudyProgramme-Objects The class extends the ArrayObject class.
This allows the class to work as arrays.
Definition at line 33 of file class.ilObjStudyProgrammeCollection.php.
| ilObjStudyProgrammeCollection::__construct | ( | array | $data = array() | ) |
Initialize the ProgrammeCollection.
| array | $data |
Definition at line 39 of file class.ilObjStudyProgrammeCollection.php.
References $data.
| ilObjStudyProgrammeCollection::append | ( | $value | ) |
Append ilObjStudyProgramme to the collection.
| ilObjStudyProgramme | $value |
| ilException |
Definition at line 64 of file class.ilObjStudyProgrammeCollection.php.
References typeCheck().
Here is the call graph for this function:| ilObjStudyProgrammeCollection::offsetSet | ( | $index, | |
| $newval | |||
| ) |
Sets the value at the specified index to newval.
| mixed | $index | |
| ilObjStudyProgramme | $newval |
| ilException |
Definition at line 50 of file class.ilObjStudyProgrammeCollection.php.
References typeCheck().
Here is the call graph for this function:
|
protected |
Check the type of the given value against ilObjStudyProgramme.
| $value |
Definition at line 78 of file class.ilObjStudyProgrammeCollection.php.
Referenced by append(), and offsetSet().
Here is the caller graph for this function: