|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilMailOnlyExternalAddressList. More...
Inheritance diagram for ilMailOnlyExternalAddressList:
Collaboration diagram for ilMailOnlyExternalAddressList: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().