|
ILIAS
release_8 Revision v8.24
|
Class ilMailAddressTypeHelper. More...
Inheritance diagram for ilMailAddressTypeHelperImpl:
Collaboration diagram for ilMailAddressTypeHelperImpl:Public Member Functions | |
| __construct (string $installationHost) | |
| 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 | |
| string | $installationHost = '' |
Class ilMailAddressTypeHelper.
Definition at line 25 of file class.ilMailAddressTypeHelper.php.
| ilMailAddressTypeHelperImpl::__construct | ( | string | $installationHost | ) |
Definition at line 29 of file class.ilMailAddressTypeHelper.php.
References $installationHost.
| ilMailAddressTypeHelperImpl::doesGroupNameExists | ( | string | $name | ) |
Implements ilMailAddressTypeHelper.
Definition at line 34 of file class.ilMailAddressTypeHelper.php.
References $name, and ilUtil\groupNameExists().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::getAllRefIdsForObjId | ( | int | $objId | ) |
Implements ilMailAddressTypeHelper.
Definition at line 49 of file class.ilMailAddressTypeHelper.php.
References $objId, and ilObject\_getAllReferences().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::getGlobalMailSystemId | ( | ) |
Implements ilMailAddressTypeHelper.
Definition at line 64 of file class.ilMailAddressTypeHelper.php.
References ilMailGlobalServices\getMailObjectRefId().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::getGroupObjIdByTitle | ( | string | $title | ) |
Implements ilMailAddressTypeHelper.
Definition at line 39 of file class.ilMailAddressTypeHelper.php.
References ilObjGroup\_lookupIdByTitle().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::getInstallationHost | ( | ) |
Implements ilMailAddressTypeHelper.
Definition at line 59 of file class.ilMailAddressTypeHelper.php.
References $installationHost.
| ilMailAddressTypeHelperImpl::getInstanceByRefId | ( | int | $refId | ) |
Implements ilMailAddressTypeHelper.
Definition at line 44 of file class.ilMailAddressTypeHelper.php.
References $refId, and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::getUserIdByLogin | ( | string | $login | ) |
Implements ilMailAddressTypeHelper.
Definition at line 54 of file class.ilMailAddressTypeHelper.php.
References ilObjUser\getUserIdByLogin().
Here is the call graph for this function:| ilMailAddressTypeHelperImpl::receivesInternalMailsOnly | ( | int | $usrId | ) |
Implements ilMailAddressTypeHelper.
Definition at line 69 of file class.ilMailAddressTypeHelper.php.
References ilMailOptions\INCOMING_LOCAL.
|
protected |
Definition at line 27 of file class.ilMailAddressTypeHelper.php.
Referenced by __construct(), and getInstallationHost().