Public Member Functions | |
ilObjTypeDefinition ($a_id=0, $a_call_by_reference=false) | |
Constructor public. |
Definition at line 39 of file class.ilObjTypeDefinition.php.
ilObjTypeDefinition::ilObjTypeDefinition | ( | $ | a_id = 0 , |
|
$ | a_call_by_reference = false | |||
) |
Constructor public.
Definition at line 45 of file class.ilObjTypeDefinition.php.
References ilObject::ilObject().
{ $this->ilObject($a_id,$a_call_by_reference); $this->type = "typ"; }