ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Placeholder.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Mail\Placeholder
;
22
23
use
ILIAS\Mail\Signature\Signature
;
24
25
interface
Placeholder
26
{
27
public
function
getId
(): string;
28
29
public
function
getLabel
(): string;
30
35
public
function
handle
(
Signature
$signature): ?array;
36
37
public
function
setNext
(
self
$next):
self
;
38
39
public
function
getNext
(): ?
self
;
40
}
ILIAS\Mail\Placeholder
Definition:
AbstractPlaceholderHandler.php:21
ILIAS\Mail\Placeholder\Placeholder\getId
getId()
ILIAS\Mail\Placeholder\Placeholder\handle
handle(Signature $signature)
ILIAS\Mail\Placeholder\Placeholder\getNext
getNext()
ILIAS\Mail\Placeholder\Placeholder\setNext
setNext(self $next)
ILIAS\Mail\Signature\Signature
Definition:
Signature.php:25
ILIAS\Mail\Placeholder\Placeholder
Definition:
Placeholder.php:25
ILIAS\Mail\Placeholder\Placeholder\getLabel
getLabel()
Signature
components
ILIAS
Mail
classes
Placeholder
Placeholder.php
Generated on Sun Aug 31 2025 23:03:19 for ILIAS by
1.8.13 (using
Doxyfile
)