ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
MailSignatureIliasUrlPlaceholder.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use ilUtil;
24
26{
27 public function getId(): string
28 {
29 return 'ILIAS_URL';
30 }
31
32 public function addPlaceholder(array $placeholder): array
33 {
34 $placeholder[$this->getId()] = ilUtil::_getHttpPath();
35
36 return $placeholder;
37 }
38}
Util class various functions, usage as namespace.
static _getHttpPath()