| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 () | |
| setNext (self $next) | |
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 | 
| Placeholder[] | $placeholder | 
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 | ) | 
| Signature | $signature | 
Implements ILIAS\Mail\Placeholder\Placeholder.
Definition at line 55 of file AbstractPlaceholderHandler.php.
References ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\addPlaceholder(), ILIAS\User\Profile\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\next.
      
  | 
  protected | 
Definition at line 28 of file AbstractPlaceholderHandler.php.
Referenced by ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\getNext(), and ILIAS\Mail\Placeholder\AbstractPlaceholderHandler\setNext().