ILIAS  release_7 Revision v7.30-3-g800a261c036
ilNotificationParameter Class Reference

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

+ Collaboration diagram for ilNotificationParameter:

Public Member Functions

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

Private Attributes

 $name
 
 $parameters = array()
 
 $language_module = array()
 

Detailed Description

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

Definition at line 373 of file class.ilNotificationConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ilNotificationParameter::__construct (   $name,
  $parameters = array(),
  $language_module = 'notification' 
)

Definition at line 379 of file class.ilNotificationConfig.php.

380 {
381 $this->name = $name;
382 $this->parameters = $parameters;
383 $this->language_module = $language_module;
384 }

References $language_module, $name, and $parameters.

Member Function Documentation

◆ getLanguageModule()

ilNotificationParameter::getLanguageModule ( )

Definition at line 396 of file class.ilNotificationConfig.php.

397 {
399 }

References $language_module.

◆ getName()

ilNotificationParameter::getName ( )

Definition at line 386 of file class.ilNotificationConfig.php.

387 {
388 return $this->name;
389 }

References $name.

◆ getParameters()

ilNotificationParameter::getParameters ( )

Definition at line 391 of file class.ilNotificationConfig.php.

392 {
393 return $this->parameters;
394 }

References $parameters.

Field Documentation

◆ $language_module

ilNotificationParameter::$language_module = array()
private

Definition at line 377 of file class.ilNotificationConfig.php.

Referenced by __construct(), and getLanguageModule().

◆ $name

ilNotificationParameter::$name
private

Definition at line 375 of file class.ilNotificationConfig.php.

Referenced by __construct(), and getName().

◆ $parameters

ilNotificationParameter::$parameters = array()
private

Definition at line 376 of file class.ilNotificationConfig.php.

Referenced by __construct(), and getParameters().


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