Class ilObjMDSettings. More...
Inheritance diagram for ilObjMDSettings:
Collaboration diagram for ilObjMDSettings:Public Member Functions | |
| ilObjMDSettings ($a_id=0, $a_call_by_reference=true) | |
| Constructor public. | |
| read () | |
| read style folder data | |
Class ilObjMDSettings.
Definition at line 34 of file class.ilObjMDSettings.php.
| ilObjMDSettings::ilObjMDSettings | ( | $ | a_id = 0, |
|
| $ | a_call_by_reference = true | |||
| ) |
Constructor public.
| integer | reference_id or object_id | |
| boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 43 of file class.ilObjMDSettings.php.
References ilObject::ilObject().
{
$this->type = "mds";
$this->ilObject($a_id,$a_call_by_reference);
}
Here is the call graph for this function:| ilObjMDSettings::read | ( | ) |
read style folder data
Definition at line 53 of file class.ilObjMDSettings.php.
{
global $ilDB;
parent::read();
}
1.7.1