Public Member Functions

ilObjMDSettings Class Reference

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

Detailed Description

Class ilObjMDSettings.

Author:
Stefan Meyer <smeyer@databay.de>
Version:
$Id$

Definition at line 34 of file class.ilObjMDSettings.php.


Member Function Documentation

ilObjMDSettings::ilObjMDSettings ( a_id = 0,
a_call_by_reference = true 
)

Constructor public.

Parameters:
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();

        }


The documentation for this class was generated from the following file: