ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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.

References $client_id, and CLIENT_ID.

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:66

◆ getHttpPath()

ilMailEnvironmentHelper::getHttpPath ( )

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

References ilUtil\_getHttpPath().

23  : string
24  {
25  return ilUtil::_getHttpPath();
26  }
static _getHttpPath()
+ Here is the call graph for this function:

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