ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Mail\Placeholder\MailSignatureIliasUrlPlaceholder Class Reference
+ Inheritance diagram for ILIAS\Mail\Placeholder\MailSignatureIliasUrlPlaceholder:
+ Collaboration diagram for ILIAS\Mail\Placeholder\MailSignatureIliasUrlPlaceholder:

Public Member Functions

 getId ()
 
 addPlaceholder (array $placeholder)
 
- Public Member Functions inherited from ILIAS\Mail\Placeholder\AbstractPlaceholderHandler
 __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 ()
 

Additional Inherited Members

- Protected Attributes inherited from ILIAS\Mail\Placeholder\AbstractPlaceholderHandler
Placeholder $next = null
 

Detailed Description

Definition at line 25 of file MailSignatureIliasUrlPlaceholder.php.

Member Function Documentation

◆ addPlaceholder()

ILIAS\Mail\Placeholder\MailSignatureIliasUrlPlaceholder::addPlaceholder ( array  $placeholder)
Parameters
array<string,string>$placeholder
Returns
array<string, string>

Reimplemented from ILIAS\Mail\Placeholder\AbstractPlaceholderHandler.

Definition at line 32 of file MailSignatureIliasUrlPlaceholder.php.

32 : array
33 {
34 $placeholder[$this->getId()] = ilUtil::_getHttpPath();
35
36 return $placeholder;
37 }
static _getHttpPath()

References ilUtil\_getHttpPath(), and ILIAS\Mail\Placeholder\MailSignatureIliasUrlPlaceholder\getId().

+ Here is the call graph for this function:

◆ getId()

ILIAS\Mail\Placeholder\MailSignatureIliasUrlPlaceholder::getId ( )

Implements ILIAS\Mail\Placeholder\Placeholder.

Definition at line 27 of file MailSignatureIliasUrlPlaceholder.php.

27 : string
28 {
29 return 'ILIAS_URL';
30 }

Referenced by ILIAS\Mail\Placeholder\MailSignatureIliasUrlPlaceholder\addPlaceholder().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: