|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMailRoleAddressType:
Collaboration diagram for ilMailRoleAddressType:Public Member Functions | |
| __construct (ilMailAddressTypeHelper $type_helper, ilMailAddress $address, protected ilRoleMailboxSearch $role_mailbox_search, ilLogger $logger, protected ilRbacSystem $rbacsystem, protected ilRbacReview $rbacreview) | |
| resolve () | |
| Returns an array of resolved user ids based on an address instance. More... | |
Public Member Functions inherited from ilBaseMailAddressType | |
| __construct (protected ilMailAddressTypeHelper $type_helper, protected ilMailAddress $address, protected ilLogger $logger) | |
| validate (int $sender_id) | |
| Validates the parsed recipients and set errors accordingly. More... | |
| getErrors () | |
| Returns a list of errors determined in the validation process. More... | |
| getAddress () | |
| The address instance used for validation and user id lookup. More... | |
| resolve () | |
| Returns an array of resolved user ids based on an address instance. More... | |
| validate (int $sender_id) | |
| Validates the parsed recipients and set errors accordingly. More... | |
| getErrors () | |
| Returns a list of errors determined in the validation process. More... | |
| getAddress () | |
| The address instance used for validation and user id lookup. More... | |
Protected Member Functions | |
| getRoleIdsByAddress (ilMailAddress $address) | |
| maySendToGlobalRole (int $sender_id) | |
| isValid (int $sender_id) | |
Protected Member Functions inherited from ilBaseMailAddressType | |
| isValid (int $sender_id) | |
| pushError (string $language_variable, array $place_holder_values=[]) | |
Definition at line 21 of file class.ilMailRoleAddressType.php.
| ilMailRoleAddressType::__construct | ( | ilMailAddressTypeHelper | $type_helper, |
| ilMailAddress | $address, | ||
| protected ilRoleMailboxSearch | $role_mailbox_search, | ||
| ilLogger | $logger, | ||
| protected ilRbacSystem | $rbacsystem, | ||
| protected ilRbacReview | $rbacreview | ||
| ) |
Definition at line 23 of file class.ilMailRoleAddressType.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file class.ilMailRoleAddressType.php.
Referenced by isValid(), and resolve().
Here is the caller graph for this function:
|
protected |
Reimplemented from ilBaseMailAddressType.
Definition at line 57 of file class.ilMailRoleAddressType.php.
References getRoleIdsByAddress(), maySendToGlobalRole(), and ilBaseMailAddressType\pushError().
Here is the call graph for this function:
|
protected |
Definition at line 44 of file class.ilMailRoleAddressType.php.
References ANONYMOUS_USER_ID.
Referenced by isValid().
Here is the caller graph for this function:| ilMailRoleAddressType::resolve | ( | ) |
Returns an array of resolved user ids based on an address instance.
Implements ilMailAddressType.
Definition at line 85 of file class.ilMailRoleAddressType.php.
References getRoleIdsByAddress(), and ILIAS\Repository\logger().
Here is the call graph for this function: