ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilAbstractMailMemberRoles.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
8{
13 abstract public function getMailRoles($ref_id);
14
18 abstract public function getRadioOptionTitle();
19
24 public final function getMailboxRoleAddress($role_id)
25 {
26 require_once 'Services/Mail/classes/Address/Type/class.ilMailRoleAddressType.php';
27 return ilMailRoleAddressType::getRoleMailboxAddress($role_id);
28 }
29}
An exception for terminatinating execution or to throw for unit testing.
Class ilAbstractMailMemberRoles.
$ref_id
Definition: sahs_server.php:39