ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMailGroupAddressType. More...
Public Member Functions | |||
resolve () | |||
Returns an array of resolved user ids based on an address instance.
| |||
Public Member Functions inherited from ilBaseMailAddressType | |||
__construct (\ilMailAddressTypeHelper $typeHelper, \ilMailAddress $address, \ilLogger $logger) | |||
ilBaseMailAddressType constructor. More... | |||
validate (int $senderId) | |||
Validates the parsed recipients and set errors accordingly.
| |||
getErrors () | |||
Returns a list of errors determined in the validation process.The errors should be reset everytime the validation is triggered.
| |||
getAddress () | |||
The address instance used for validation and user id lookup.
| |||
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 | |
$typeHelper | |
$address | |
$logger | |
Class ilMailGroupAddressType.
Definition at line 8 of file class.ilMailGroupAddressType.php.
|
protected |
Definition at line 13 of file class.ilMailGroupAddressType.php.
ilMailGroupAddressType::resolve | ( | ) |
Returns an array of resolved user ids based on an address instance.
Implements ilMailAddressType.
Definition at line 21 of file class.ilMailGroupAddressType.php.