ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

References $clientId, and CLIENT_ID.

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

◆ getHttpPath()

ilMailEnvironmentHelper::getHttpPath ( )

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

References ilUtil\_getHttpPath().

27  : string
28  {
29  return ilUtil::_getHttpPath();
30  }
static _getHttpPath()
+ Here is the call graph for this function:

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