|
ILIAS
release_8 Revision v8.24
|
Class ilMailGroupAddressType. More...
Inheritance diagram for ilMailGroupAddressType:
Collaboration diagram for ilMailGroupAddressType:Public Member Functions | |
| resolve () | |
| Returns an array of resolved user ids based on an address instance. More... | |
Public Member Functions inherited from ilBaseMailAddressType | |
| __construct (ilMailAddressTypeHelper $typeHelper, ilMailAddress $address, ilLogger $logger) | |
| validate (int $senderId) | |
| 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 $senderId) | |
| 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 | |
| isValid (int $senderId) | |
Protected Member Functions inherited from ilBaseMailAddressType | |
| isValid (int $senderId) | |
| pushError (string $languageVariable, array $placeHolderValues=[]) | |
Additional Inherited Members | |
Protected Attributes inherited from ilBaseMailAddressType | |
| ilMailAddressTypeHelper | $typeHelper |
| ilMailAddress | $address |
| ilLogger | $logger |
Class ilMailGroupAddressType.
Definition at line 25 of file class.ilMailGroupAddressType.php.
|
protected |
Reimplemented from ilBaseMailAddressType.
Definition at line 27 of file class.ilMailGroupAddressType.php.
| ilMailGroupAddressType::resolve | ( | ) |
Returns an array of resolved user ids based on an address instance.
Implements ilMailAddressType.
Definition at line 32 of file class.ilMailGroupAddressType.php.
References $refId, and ILIAS\Repository\logger().
Here is the call graph for this function: