ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Class ilMailOnlyExternalAddressList. More...
Public Member Functions | |
__construct (protected ilMailAddressList $origin, protected string $installationHost, callable $getUsrIdByLoginCallable) | |
value () | |
Protected Attributes | |
$getUsrIdByLoginCallable | |
Class ilMailOnlyExternalAddressList.
Definition at line 25 of file class.ilMailOnlyExternalAddressList.php.
ilMailOnlyExternalAddressList::__construct | ( | protected ilMailAddressList | $origin, |
protected string | $installationHost, | ||
callable | $getUsrIdByLoginCallable | ||
) |
callable | $getUsrIdByLoginCallable | A callable which accepts a string as argument and returns an integer >= 0 |
Definition at line 34 of file class.ilMailOnlyExternalAddressList.php.
References $getUsrIdByLoginCallable.
ilMailOnlyExternalAddressList::value | ( | ) |
Implements ilMailAddressList.
Definition at line 42 of file class.ilMailOnlyExternalAddressList.php.
|
protected |
Definition at line 28 of file class.ilMailOnlyExternalAddressList.php.
Referenced by __construct().