ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilMailEnvironmentHelper Class Reference
+ Collaboration diagram for ilMailEnvironmentHelper:

Public Member Functions

 getHttpPath ()
 
 getClientId ()
 

Detailed Description

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

Member Function Documentation

◆ getClientId()

ilMailEnvironmentHelper::getClientId ( )

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

28 : string
29 {
30 $client_id = '';
31 if (defined('CLIENT_ID')) {
33 }
34
35 return $client_id;
36 }
const CLIENT_ID
Definition: constants.php:41
$client_id
Definition: ltiauth.php:67

References $client_id, and CLIENT_ID.

◆ getHttpPath()

ilMailEnvironmentHelper::getHttpPath ( )

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

23 : string
24 {
25 return ilUtil::_getHttpPath();
26 }
static _getHttpPath()

References ilUtil\_getHttpPath().

+ Here is the call graph for this function:

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