ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
dev.txt.php
Go to the documentation of this file.
1 <?php exit; ?>
2 
3 =================================
4 Poll
5 =================================
6 
7 Implements an ILIAS object type:
8 - class ilObjPoll
9 - class ilObjPollGUI
10 
11 Implements a repository object type:
12 - ilObjPoll is instantiated with a ref_id
13 - class ilObjPollAccess
14 - class ilObjPollListGUI
15 
16 Implements a repository object "as a side block":
17 - class ilPollBlock
18 - class ilPollBlockGUI
19 
20 Provides export/import:
21 - class ilPollDataSet
22 - class ilPollExporter
23 - class ilPollImporter
24 
25 Implements to UI-Tables:
26 - class ilPollUserTableGUI
28 
30 - class ilFSStoragePoll
31 
32 =================================
33 DB Tables
34 =================================
35 
File written to
Add some data
Class ilObjPollGUI.
Interface Card .
Importer class for poll.
Poll export definition.
TableGUI class for poll answers.
Removing first two heading rows for CSV export
Definition: 26utf8.php:79
exit
Definition: dev.txt.php:1
Class ilObjPoll.
Class ilObjPollAccess.
Custom block for polls.
BlockGUI class for polls.
Create new PHPExcel object
obj_idprivate
Class ilObjPollListGUI.
Poll Dataset class.
TableGUI class for poll users.