ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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 */
7
abstract
class
ilAbstractMailMemberRoles
8
{
13
abstract
public
function
getMailRoles
($ref_id);
14
18
abstract
public
function
getRadioOptionTitle
();
19
24
final
public
function
getMailboxRoleAddress
($role_id)
25
{
26
require_once
'Services/Mail/classes/Address/Type/class.ilMailRoleAddressType.php'
;
27
return
ilMailRoleAddressType::getRoleMailboxAddress
($role_id);
28
}
29
}
ilAbstractMailMemberRoles\getMailboxRoleAddress
getMailboxRoleAddress($role_id)
Definition:
class.ilAbstractMailMemberRoles.php:24
ilAbstractMailMemberRoles\getMailRoles
getMailRoles($ref_id)
ilMailRoleAddressType\getRoleMailboxAddress
static getRoleMailboxAddress( $a_role_id, $is_localize=true, ilMailRfc822AddressParserFactory $mailAddressParserFactory=null)
Returns the mailbox address of a role.
Definition:
class.ilMailRoleAddressType.php:357
ilAbstractMailMemberRoles\getRadioOptionTitle
getRadioOptionTitle()
ilAbstractMailMemberRoles
Class ilAbstractMailMemberRoles.
Definition:
class.ilAbstractMailMemberRoles.php:7
Services
Contact
classes
class.ilAbstractMailMemberRoles.php
Generated on Sat Jan 18 2025 19:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)