ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilMailEnvironmentHelper.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
const CLIENT_ID
Definition: constants.php:41
static _getHttpPath()
$client_id
Definition: ltiauth.php:66