ILIAS  release_8 Revision v8.23
ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification Class Reference
+ Collaboration diagram for ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification:

Public Member Functions

 __construct (int $talk_ref_id, string $talk_name, string $talk_description, string $talk_location, string $subject_key, string $message_key, string $superior_name, array $dates, bool $add_goto=true)
 
 getTalkRefId ()
 
 getTalkName ()
 
 getTalkDescription ()
 
 getTalkLocation ()
 
 getSubjectLangKey ()
 
 getMessageLangKey ()
 
 getNameOfSuperior ()
 
 getDates ()
 
 getAddGoto ()
 

Private Attributes

int $talk_ref_id
 
string $talk_name
 
string $talk_description
 
string $talk_location
 
string $subject_key
 
string $message_key
 
string $superior_name
 
array $dates
 
bool $add_goto
 

Detailed Description

Definition at line 23 of file EmployeeTalkEmailNotification.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::__construct ( int  $talk_ref_id,
string  $talk_name,
string  $talk_description,
string  $talk_location,
string  $subject_key,
string  $message_key,
string  $superior_name,
array  $dates,
bool  $add_goto = true 
)
Parameters
int$talk_ref_id
string$talk_name
string$talk_description
string$talk_location
string$subject_key
string$message_key
string$superior_name
string[]$dates
bool$add_goto

Definition at line 49 of file EmployeeTalkEmailNotification.php.

References ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$add_goto, ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$dates, ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$message_key, ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$subject_key, ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$superior_name, ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$talk_description, ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$talk_location, ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$talk_name, and ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification\$talk_ref_id.

59  {
60  $this->talk_ref_id = $talk_ref_id;
61  $this->talk_name = $talk_name;
62  $this->talk_description = $talk_description;
63  $this->talk_location = $talk_location;
64  $this->subject_key = $subject_key;
65  $this->message_key = $message_key;
66  $this->superior_name = $superior_name;
67  $this->dates = $dates;
68  $this->add_goto = $add_goto;
69  }

Member Function Documentation

◆ getAddGoto()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getAddGoto ( )

◆ getDates()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getDates ( )

◆ getMessageLangKey()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getMessageLangKey ( )

◆ getNameOfSuperior()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getNameOfSuperior ( )

◆ getSubjectLangKey()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getSubjectLangKey ( )

◆ getTalkDescription()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getTalkDescription ( )

◆ getTalkLocation()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getTalkLocation ( )

◆ getTalkName()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getTalkName ( )

◆ getTalkRefId()

ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::getTalkRefId ( )

Field Documentation

◆ $add_goto

bool ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$add_goto
private

◆ $dates

array ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$dates
private

◆ $message_key

string ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$message_key
private

◆ $subject_key

string ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$subject_key
private

◆ $superior_name

string ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$superior_name
private

◆ $talk_description

string ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$talk_description
private

◆ $talk_location

string ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$talk_location
private

◆ $talk_name

string ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$talk_name
private

◆ $talk_ref_id

int ILIAS\EmployeeTalk\Service\EmployeeTalkEmailNotification::$talk_ref_id
private

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