|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilBaseMailAddressType. More...
Inheritance diagram for ilBaseMailAddressType:
Collaboration diagram for ilBaseMailAddressType: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... | |||
| validate ($a_sender_id) | |||
Protected Member Functions | |
| init () | |
| isValid ($a_sender_id) | |
Protected Attributes | |
| $address | |
| $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 26 of file class.ilBaseMailAddressType.php.
References init().
Here is the call graph for this function:| ilBaseMailAddressType::getErrors | ( | ) |
Definition at line 65 of file class.ilBaseMailAddressType.php.
References $errors.
|
protected |
Reimplemented in ilMailMailingListAddressType.
Definition at line 35 of file class.ilBaseMailAddressType.php.
Referenced by __construct().
Here is the caller graph for this function:
|
abstractprotected |
| $a_sender_id | integer |
Reimplemented in ilMailGroupAddressType, and ilMailMailingListAddressType.
Referenced by validate().
Here is the caller graph for this function:
|
private |
Definition at line 57 of file class.ilBaseMailAddressType.php.
Referenced by validate().
Here is the caller graph for this function:| ilBaseMailAddressType::validate | ( | $a_sender_id | ) |
{
| $a_sender_id | integer |
Implements ilMailAddressType.
Definition at line 48 of file class.ilBaseMailAddressType.php.
References isValid(), and resetErrors().
Here is the call graph for this function:
|
protected |
Definition at line 15 of file class.ilBaseMailAddressType.php.
Referenced by ilMailRoleAddressType\getRoleIdsByAddress(), and ilMailLoginOrEmailAddressAddressType\resolve().
|
protected |
Definition at line 20 of file class.ilBaseMailAddressType.php.
Referenced by getErrors().