ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilMailEnvironmentHelper Class Reference

Class ilMailEnvironmentHelper. More...

+ Collaboration diagram for ilMailEnvironmentHelper:

Public Member Functions

 getHttpPath ()
 
 getClientId ()
 

Detailed Description

Member Function Documentation

◆ getClientId()

ilMailEnvironmentHelper::getClientId ( )
Returns
string

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

22 : string
23 {
24 $clientId = '';
25 if (defined('CLIENT_NAME')) {
26 $clientId = CLIENT_NAME;
27 }
28
29 return $clientId;
30 }

◆ getHttpPath()

ilMailEnvironmentHelper::getHttpPath ( )
Returns
string

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

14 : string
15 {
16 return \ilUtil::_getHttpPath();
17 }

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