ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilPDMailGUI Class Reference

Mail User Interface class. More...

+ Collaboration diagram for ilPDMailGUI:

Public Member Functions

 __construct ()
 ilPDMailGUI constructor. More...
 

Protected Attributes

 $ilias
 
 $rbacsystem
 
 $lng
 
 $user
 

Detailed Description

Mail User Interface class.

(only a start, mail scripts code should go here)

Author
Peter Gabriel pgabr.nosp@m.iel@.nosp@m.datab.nosp@m.ay.d.nosp@m.e
Version
$Id$

Definition at line 12 of file class.ilPDMailGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilPDMailGUI::__construct ( )

ilPDMailGUI constructor.

Definition at line 37 of file class.ilPDMailGUI.php.

References $_GET, $DIC, $file, $tpl, array, ilDatePresentation\formatDate(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByObjId(), IL_CAL_DATETIME, ilUtil\makeClickable(), ilUtil\securePlainString(), and user().

38  {
39  global $DIC;
40 
41  $this->lng = $DIC->language();
42  $this->rbacsystem = $DIC->rbac()->system();
43  $this->ilias = $DIC['ilias'];
44  $this->user = $DIC->user();
45  }
global $DIC
Definition: saml.php:7
user()
Definition: user.php:4
redirection script todo: (a better solution should control the processing via a xml file) ...
+ Here is the call graph for this function:

Field Documentation

◆ $ilias

ilPDMailGUI::$ilias
protected

Definition at line 17 of file class.ilPDMailGUI.php.

◆ $lng

ilPDMailGUI::$lng
protected

Definition at line 27 of file class.ilPDMailGUI.php.

◆ $rbacsystem

ilPDMailGUI::$rbacsystem
protected

Definition at line 22 of file class.ilPDMailGUI.php.

◆ $user

ilPDMailGUI::$user
protected

Definition at line 32 of file class.ilPDMailGUI.php.


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