ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilNotificationParameter Class Reference

description of a localized parameter 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 345 of file class.ilNotificationConfig.php.

Constructor & Destructor Documentation

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

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

References $language_module, $name, and $parameters.

{
$this->name = $name;
$this->parameters = $parameters;
$this->language_module = $language_module;
}

Member Function Documentation

ilNotificationParameter::getLanguageModule ( )

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

References $language_module.

ilNotificationParameter::getName ( )

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

References $name.

{
return $this->name;
}
ilNotificationParameter::getParameters ( )

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

References $parameters.

{
}

Field Documentation

ilNotificationParameter::$language_module = array()
private

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

Referenced by __construct(), and getLanguageModule().

ilNotificationParameter::$name
private

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

Referenced by __construct(), and getName().

ilNotificationParameter::$parameters = array()
private

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

Referenced by __construct(), and getParameters().


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