ILIAS  release_8 Revision v8.24
ilMailEnvironmentHelper Class Reference

Class ilMailEnvironmentHelper. More...

+ Collaboration diagram for ilMailEnvironmentHelper:

Public Member Functions

 getHttpPath ()
 
 getClientId ()
 

Detailed Description

Member Function Documentation

◆ getClientId()

ilMailEnvironmentHelper::getClientId ( )

Definition at line 32 of file class.ilMailEnvironmentHelper.php.

32 : string
33 {
34 $clientId = '';
35 if (defined('CLIENT_ID')) {
37 }
38
39 return $clientId;
40 }
const CLIENT_ID
Definition: constants.php:41
$clientId
Definition: ltiregend.php:27

References $clientId, and CLIENT_ID.

◆ getHttpPath()

ilMailEnvironmentHelper::getHttpPath ( )

Definition at line 27 of file class.ilMailEnvironmentHelper.php.

27 : string
28 {
29 return ilUtil::_getHttpPath();
30 }
static _getHttpPath()

References ilUtil\_getHttpPath().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: