ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilSessionReminderGUI Class Reference
+ Collaboration diagram for ilSessionReminderGUI:

Public Member Functions

 __construct (ilSessionReminder $session_reminder)
 setSessionReminder ($session_reminder)
 getSessionReminder ()

Protected Attributes

 $session_reminder

Detailed Description

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 11 of file class.ilSessionReminderGUI.php.

Constructor & Destructor Documentation

ilSessionReminderGUI::__construct ( ilSessionReminder  $session_reminder)
Parameters
ilSessionReminder$session_reminder

Definition at line 21 of file class.ilSessionReminderGUI.php.

References setSessionReminder().

{
$this->setSessionReminder($session_reminder);
}

+ Here is the call graph for this function:

Member Function Documentation

ilSessionReminderGUI::getSessionReminder ( )
Returns
ilSessionReminder

Definition at line 78 of file class.ilSessionReminderGUI.php.

References $session_reminder.

ilSessionReminderGUI::setSessionReminder (   $session_reminder)
Parameters
ilSessionReminder$session_reminder
Returns
ilSessionReminderGUI

Definition at line 69 of file class.ilSessionReminderGUI.php.

References $session_reminder.

Referenced by __construct().

{
$this->session_reminder = $session_reminder;
return $this;
}

+ Here is the caller graph for this function:

Field Documentation

ilSessionReminderGUI::$session_reminder
protected

Definition at line 16 of file class.ilSessionReminderGUI.php.

Referenced by getSessionReminder(), and setSessionReminder().


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