Public Member Functions

ilObjMail Class Reference

Class ilObjMail contains all functions to manage mail settings of ILIAS3. More...

Inheritance diagram for ilObjMail:
Collaboration diagram for ilObjMail:

Public Member Functions

 ilObjMail ($a_id, $a_call_by_reference=true)
 Constructor public.

Detailed Description

Class ilObjMail contains all functions to manage mail settings of ILIAS3.

Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
class.ilObjMail.php 12808 2006-12-08 18:04:21Z akill

Definition at line 37 of file class.ilObjMail.php.


Member Function Documentation

ilObjMail::ilObjMail ( a_id,
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 45 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:


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