ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilMailTemplateGenericContext.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
23 public function getId(): string
24 {
25 return 'mail_template_generic';
26 }
27
28 public function getTitle(): string
29 {
30 return $this->getLanguage()->txt('please_choose');
31 }
32
33 public function getDescription(): string
34 {
35 return $this->getLanguage()->txt('please_choose');
36 }
37
38 public function getSpecificPlaceholders(): array
39 {
40 return [];
41 }
42
44 string $placeholder_id,
45 array $context_parameters,
46 ?ilObjUser $recipient = null
47 ): string {
48 return '';
49 }
50}
resolveSpecificPlaceholder(string $placeholder_id, array $context_parameters, ?ilObjUser $recipient=null)
User class.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...