|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Mail\Placeholder\AbstractPlaceholderHandler:
Collaboration diagram for ILIAS\Mail\Placeholder\AbstractPlaceholderHandler:Public Member Functions | |
| __construct (protected ilLanguage $lng) | |
| getLabel () | |
| setNext (Placeholder $next) | |
| getNext () | |
| handle (Signature $signature) | |
| addPlaceholder (array $placeholder) | |
Public Member Functions inherited from ILIAS\Mail\Placeholder\Placeholder | |
| getId () | |
| getLabel () | |
| handle (Signature $signature) | |
| setNext (self $next) | |
| getNext () | |
Protected Attributes | |
| Placeholder | $next = null |
Definition at line 26 of file AbstractPlaceholderHandler.php.
| ILIAS\Mail\Placeholder\AbstractPlaceholderHandler::__construct | ( | protected ilLanguage | $lng | ) |
Definition at line 30 of file AbstractPlaceholderHandler.php.
|
abstract |
| array<string,string> | $placeholder |
Reimplemented in ILIAS\Mail\Placeholder\MailSignatureIliasUrlPlaceholder, ILIAS\Mail\Placeholder\MailSignatureInstallationDescriptionPlaceholder, ILIAS\Mail\Placeholder\MailSignatureInstallationNamePlaceholder, ILIAS\Mail\Placeholder\MailSignatureUserFullnamePlaceholder, and ILIAS\Mail\Placeholder\MailSignatureUserLoginPlaceholder.
Referenced by ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\handle().
Here is the caller graph for this function:| ILIAS\Mail\Placeholder\AbstractPlaceholderHandler::getLabel | ( | ) |
Implements ILIAS\Mail\Placeholder\Placeholder.
Definition at line 34 of file AbstractPlaceholderHandler.php.
References ILIAS\Mail\Placeholder\Placeholder\getId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Mail\Placeholder\AbstractPlaceholderHandler::getNext | ( | ) |
Implements ILIAS\Mail\Placeholder\Placeholder.
Definition at line 46 of file AbstractPlaceholderHandler.php.
References ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\$next.
| ILIAS\Mail\Placeholder\AbstractPlaceholderHandler::handle | ( | Signature | $signature | ) |
Implements ILIAS\Mail\Placeholder\Placeholder.
Definition at line 54 of file AbstractPlaceholderHandler.php.
References ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\addPlaceholder(), ILIAS\User\Profile\ChangeMail\next, and ILIAS\Mail\Signature\Signature\supports().
Here is the call graph for this function:| ILIAS\Mail\Placeholder\AbstractPlaceholderHandler::setNext | ( | Placeholder | $next | ) |
Definition at line 39 of file AbstractPlaceholderHandler.php.
References ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\$next, and ILIAS\User\Profile\ChangeMail\next.
|
protected |
Definition at line 28 of file AbstractPlaceholderHandler.php.
Referenced by ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\getNext(), and ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\setNext().