|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMailAddressTypeHelper. More...
Inheritance diagram for ilMailAddressTypeHelperImpl:
Collaboration diagram for ilMailAddressTypeHelperImpl:Public Member Functions | ||||
| __construct (string $installationHost) | ||||
| ilMailAddressTypeHelperImpl constructor. More... | ||||
| doesGroupNameExists (string $name) | ||||
| ||||
| getGroupObjIdByTitle (string $title) | ||||
| ||||
| getInstanceByRefId (int $refId) | ||||
| ||||
| getAllRefIdsForObjId (int $objId) | ||||
| ||||
| getUserIdByLogin (string $login) | ||||
| ||||
| getInstallationHost () | ||||
| ||||
| getGlobalMailSystemId () | ||||
| ||||
| receivesInternalMailsOnly (int $usrId) | ||||
| doesGroupNameExists (string $name) | ||||
| getGroupObjIdByTitle (string $title) | ||||
| getInstanceByRefId (int $refId) | ||||
| getAllRefIdsForObjId (int $objId) | ||||
| getUserIdByLogin (string $login) | ||||
| getInstallationHost () | ||||
| getGlobalMailSystemId () | ||||
| receivesInternalMailsOnly (int $usrId) | ||||
Protected Attributes | |
| $installationHost = '' | |
Class ilMailAddressTypeHelper.
Definition at line 8 of file class.ilMailAddressTypeHelper.php.
| ilMailAddressTypeHelperImpl::__construct | ( | string | $installationHost | ) |
ilMailAddressTypeHelperImpl constructor.
| string | $installationHost |
Definition at line 17 of file class.ilMailAddressTypeHelper.php.
References $installationHost.
| ilMailAddressTypeHelperImpl::doesGroupNameExists | ( | string | $name | ) |
| string | $name |
Implements ilMailAddressTypeHelper.
Definition at line 25 of file class.ilMailAddressTypeHelper.php.
References $name.
| ilMailAddressTypeHelperImpl::getAllRefIdsForObjId | ( | int | $objId | ) |
| int | $objId |
Implements ilMailAddressTypeHelper.
Definition at line 49 of file class.ilMailAddressTypeHelper.php.
| ilMailAddressTypeHelperImpl::getGlobalMailSystemId | ( | ) |
Implements ilMailAddressTypeHelper.
Definition at line 73 of file class.ilMailAddressTypeHelper.php.
References ilMailGlobalServices\getMailObjectRefId().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::getGroupObjIdByTitle | ( | string | $title | ) |
| string | $title |
Implements ilMailAddressTypeHelper.
Definition at line 33 of file class.ilMailAddressTypeHelper.php.
References $title, and ilObjGroup\_lookupIdByTitle().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::getInstallationHost | ( | ) |
Implements ilMailAddressTypeHelper.
Definition at line 65 of file class.ilMailAddressTypeHelper.php.
References $installationHost.
| ilMailAddressTypeHelperImpl::getInstanceByRefId | ( | int | $refId | ) |
| int | $refId |
Implements ilMailAddressTypeHelper.
Definition at line 41 of file class.ilMailAddressTypeHelper.php.
| ilMailAddressTypeHelperImpl::getUserIdByLogin | ( | string | $login | ) |
| string | $login |
Implements ilMailAddressTypeHelper.
Definition at line 57 of file class.ilMailAddressTypeHelper.php.
References $login, and ilObjUser\getUserIdByLogin().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::receivesInternalMailsOnly | ( | int | $usrId | ) |
| int | $usrId |
Implements ilMailAddressTypeHelper.
Definition at line 82 of file class.ilMailAddressTypeHelper.php.
References PHPMailer\PHPMailer\$options, and ilMailOptions\INCOMING_LOCAL.
|
protected |
Definition at line 11 of file class.ilMailAddressTypeHelper.php.
Referenced by __construct(), and getInstallationHost().