|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilMailOnlyExternalAddressList. More...
Inheritance diagram for ilMailOnlyExternalAddressList:
Collaboration diagram for ilMailOnlyExternalAddressList:Public Member Functions | |
| __construct (ilMailAddressList $origin, string $installationHost, callable $getUsrIdByLoginCallable) | |
| ilMailOnlyExternalAddressList constructor. More... | |
| value () | |
| |
| 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 Vendor\Package\$c, $getUsrIdByLoginCallable, and if.
|
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().
|
protected |
Definition at line 11 of file class.ilMailOnlyExternalAddressList.php.
Referenced by __construct().