ILIAS
release_8 Revision v8.19
|
Class ilMailOnlyExternalAddressList. More...
Public Member Functions | |
__construct (ilMailAddressList $origin, string $installationHost, callable $getUsrIdByLoginCallable) | |
value () | |
Protected Attributes | |
ilMailAddressList | $origin |
string | $installationHost |
$getUsrIdByLoginCallable | |
Class ilMailOnlyExternalAddressList.
Definition at line 25 of file class.ilMailOnlyExternalAddressList.php.
ilMailOnlyExternalAddressList::__construct | ( | ilMailAddressList | $origin, |
string | $installationHost, | ||
callable | $getUsrIdByLoginCallable | ||
) |
callable | $getUsrIdByLoginCallable | A callable which accepts a string as argument and returns an integer >= 0 |
Definition at line 36 of file class.ilMailOnlyExternalAddressList.php.
References $getUsrIdByLoginCallable, $installationHost, and $origin.
ilMailOnlyExternalAddressList::value | ( | ) |
Implements ilMailAddressList.
Definition at line 46 of file class.ilMailOnlyExternalAddressList.php.
References $c, $getUsrIdByLoginCallable, and $installationHost.
|
protected |
Definition at line 30 of file class.ilMailOnlyExternalAddressList.php.
Referenced by __construct(), and value().
|
protected |
Definition at line 28 of file class.ilMailOnlyExternalAddressList.php.
Referenced by __construct(), and value().
|
protected |
Definition at line 27 of file class.ilMailOnlyExternalAddressList.php.
Referenced by __construct().