Inheritance diagram for ilObjMail:
Collaboration diagram for ilObjMail:Public Member Functions | |
| ilObjMail ($a_id, $a_call_by_reference=true) | |
| Constructor public. | |
Definition at line 38 of file class.ilObjMail.php.
| ilObjMail::ilObjMail | ( | $ | a_id, | |
| $ | 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 46 of file class.ilObjMail.php.
References ilObject::ilObject().
{
$this->type = "mail";
$this->ilObject($a_id,$a_call_by_reference);
}
Here is the call graph for this function:
1.7.1