ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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 397 of file class.ilNotificationConfig.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

405 {
406 $this->name = $name;
407 $this->parameters = $parameters;
408 $this->language_module = $language_module;
409 }

References $language_module, $name, and $parameters.

Member Function Documentation

◆ getLanguageModule()

ilNotificationParameter::getLanguageModule ( )

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

422 {
424 }

References $language_module.

◆ getName()

ilNotificationParameter::getName ( )

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

412 {
413 return $this->name;
414 }

References $name.

◆ getParameters()

ilNotificationParameter::getParameters ( )

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

417 {
418 return $this->parameters;
419 }

References $parameters.

Field Documentation

◆ $language_module

ilNotificationParameter::$language_module = array()
private

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

Referenced by __construct(), and getLanguageModule().

◆ $name

ilNotificationParameter::$name
private

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

Referenced by __construct(), and getName().

◆ $parameters

ilNotificationParameter::$parameters = array()
private

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

Referenced by __construct(), and getParameters().


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