ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilObjMail.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 require_once "./Services/Object/classes/class.ilObject.php";
5 
15 class ilObjMail extends ilObject
16 {
20 
27  public function __construct($a_id, $a_call_by_reference = true)
28  {
29  $this->type = "mail";
30  parent::__construct($a_id, $a_call_by_reference);
31  }
32 } // END class.ilObjMail
const PD_SYS_MSG_NO_BLOCK
Class ilObjMail contains all functions to manage mail settings of ILIAS3.
const PD_SYS_MSG_OWN_BLOCK
__construct($a_id, $a_call_by_reference=true)
Constructor public.
const PD_SYS_MSG_MAIL_BLOCK