ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilBaseMailAddressType. More...
Public Member Functions | |||
__construct (\ilMailAddress $a_address) | |||
ilBaseMailAddressType constructor. More... | |||
validate ($a_sender_id) | |||
{
| |||
getErrors () | |||
Public Member Functions inherited from ilMailAddressType | |||
resolve () | |||
Returns an array of resolved user ids. More... | |||
Protected Member Functions | |
init () | |
isValid ($a_sender_id) | |
Protected Attributes | |
$address | |
$rbacsystem | |
$rbacreview | |
$errors = array() | |
Private Member Functions | |
resetErrors () | |
Class ilBaseMailAddressType.
Definition at line 10 of file class.ilBaseMailAddressType.php.
ilBaseMailAddressType::__construct | ( | \ilMailAddress | $a_address | ) |
ilBaseMailAddressType constructor.
\ilMailAddress | $a_address |
Definition at line 36 of file class.ilBaseMailAddressType.php.
ilBaseMailAddressType::getErrors | ( | ) |
|
protected |
Definition at line 50 of file class.ilBaseMailAddressType.php.
References isValid().
Referenced by __construct().
|
abstractprotected |
$a_sender_id | integer |
Referenced by init(), and validate().
|
private |
Definition at line 72 of file class.ilBaseMailAddressType.php.
References array.
Referenced by validate().
ilBaseMailAddressType::validate | ( | $a_sender_id | ) |
{
$a_sender_id | integer |
Implements ilMailAddressType.
Definition at line 63 of file class.ilBaseMailAddressType.php.
References isValid(), and resetErrors().
|
protected |
Definition at line 15 of file class.ilBaseMailAddressType.php.
Referenced by ilMailRoleAddressType\getRoleIdsByAddress(), ilMailLoginOrEmailAddressAddressType\resolve(), and ilMailRoleAddressType\searchRolesByMailboxAddressList().
|
protected |
Definition at line 30 of file class.ilBaseMailAddressType.php.
Referenced by getErrors().
|
protected |
Definition at line 25 of file class.ilBaseMailAddressType.php.
|
protected |
Definition at line 20 of file class.ilBaseMailAddressType.php.