ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
4require_once "./Services/Object/classes/class.ilObject.php";
5
15class 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
An exception for terminatinating execution or to throw for unit testing.
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 @access public.
const PD_SYS_MSG_NO_BLOCK
const PD_SYS_MSG_MAIL_BLOCK
Class ilObject Basic functions for all objects.