ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilMailEnvironmentHelper.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
23 public function getHttpPath(): string
24 {
25 return ilUtil::_getHttpPath();
26 }
27
28 public function getClientId(): string
29 {
30 $client_id = '';
31 if (defined('CLIENT_ID')) {
33 }
34
35 return $client_id;
36 }
37}
static _getHttpPath()
const CLIENT_ID
Definition: constants.php:41
$client_id
Definition: ltiauth.php:67