ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Notifications\Model\ilNotificationParameter Class Reference

description of a localized parameter this information is used locate translations while processing notifications More...

+ Collaboration diagram for ILIAS\Notifications\Model\ilNotificationParameter:

Public Member Functions

 __construct ($name, $parameters=[], $language_module='notification')
 
 getName ()
 
 getParameters ()
 
 getLanguageModule ()
 

Private Attributes

string $name
 
array $parameters
 
string $language_module
 

Detailed Description

description of a localized parameter this information is used locate translations while processing notifications

Author
Jan Posselt jposs.nosp@m.elt@.nosp@m.datab.nosp@m.ay.d.nosp@m.e

Definition at line 32 of file ilNotificationParameter.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notifications\Model\ilNotificationParameter::__construct (   $name,
  $parameters = [],
  $language_module = 'notification' 
)

Member Function Documentation

◆ getLanguageModule()

ILIAS\Notifications\Model\ilNotificationParameter::getLanguageModule ( )

◆ getName()

ILIAS\Notifications\Model\ilNotificationParameter::getName ( )

Definition at line 48 of file ilNotificationParameter.php.

References ILIAS\Notifications\Model\ilNotificationParameter\$name.

Referenced by ILIAS\Notifications\Model\ilNotificationConfig\getUserInstance().

48  : string
49  {
50  return $this->name;
51  }
+ Here is the caller graph for this function:

◆ getParameters()

ILIAS\Notifications\Model\ilNotificationParameter::getParameters ( )

Field Documentation

◆ $language_module

string ILIAS\Notifications\Model\ilNotificationParameter::$language_module
private

◆ $name

string ILIAS\Notifications\Model\ilNotificationParameter::$name
private

◆ $parameters

array ILIAS\Notifications\Model\ilNotificationParameter::$parameters
private

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