ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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  final public function getMailboxRoleAddress($role_id)
25  {
26  return (new \ilRoleMailboxAddress($role_id))->value();
27  }
28 }
Class ilRoleMailboxAddress.
Class ilAbstractMailMemberRoles.