ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilMailOnlyExternalAddressList. More...
Public Member Functions | |
__construct (ilMailAddressList $origin, string $installationHost, callable $getUsrIdByLoginCallable) | |
ilMailOnlyExternalAddressList constructor. More... | |
value () | |
| |
Protected Attributes | |
$origin | |
$installationHost | |
$getUsrIdByLoginCallable | |
Class ilMailOnlyExternalAddressList.
Definition at line 8 of file class.ilMailOnlyExternalAddressList.php.
ilMailOnlyExternalAddressList::__construct | ( | ilMailAddressList | $origin, |
string | $installationHost, | ||
callable | $getUsrIdByLoginCallable | ||
) |
ilMailOnlyExternalAddressList constructor.
ilMailAddressList | $origin | |
string | $installationHost | |
callable | $getUsrIdByLoginCallable | A callable which accepts a string as argument and returns an integer >= 0 |
Definition at line 25 of file class.ilMailOnlyExternalAddressList.php.
References $getUsrIdByLoginCallable, $installationHost, and $origin.
ilMailOnlyExternalAddressList::value | ( | ) |
Implements ilMailAddressList.
Definition at line 38 of file class.ilMailOnlyExternalAddressList.php.
References $c, $getUsrIdByLoginCallable, and $installationHost.
|
protected |
Definition at line 17 of file class.ilMailOnlyExternalAddressList.php.
Referenced by __construct(), and value().
|
protected |
Definition at line 14 of file class.ilMailOnlyExternalAddressList.php.
Referenced by __construct(), and value().
|
protected |
Definition at line 11 of file class.ilMailOnlyExternalAddressList.php.
Referenced by __construct().