ILIAS  trunk Revision v12.0_alpha-1541-g23eaa5e013d
ILIAS\User\Settings\NewAccountMail\MailAttachment Class Reference
+ Collaboration diagram for ILIAS\User\Settings\NewAccountMail\MailAttachment:

Public Member Functions

 __construct (private string $path, private string $filename)
 
 getPath ()
 
 getFilename ()
 

Detailed Description

Definition at line 23 of file MailAttachment.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\User\Settings\NewAccountMail\MailAttachment::__construct ( private string  $path,
private string  $filename 
)

Definition at line 25 of file MailAttachment.php.

28 {
29 }

Member Function Documentation

◆ getFilename()

ILIAS\User\Settings\NewAccountMail\MailAttachment::getFilename ( )

Definition at line 36 of file MailAttachment.php.

36 : string
37 {
38 return $this->filename;
39 }
$filename
Definition: buildRTE.php:78

References $filename.

◆ getPath()

ILIAS\User\Settings\NewAccountMail\MailAttachment::getPath ( )

Definition at line 31 of file MailAttachment.php.

31 : string
32 {
33 return $this->path;
34 }
$path
Definition: ltiservices.php:30

References $path.


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