ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
dev.txt.php
Go to the documentation of this file.
1 <?php
17 exit; ?>
18 
19 =================================
20 Poll
21 =================================
22 
23 Implements an ILIAS object type:
24 - class ilObjPoll
25 - class ilObjPollGUI
26 
27 Implements a repository object type:
28 - ilObjPoll is instantiated with a ref_id
29 - class ilObjPollAccess
30 - class ilObjPollListGUI
31 
32 Implements a repository object "as a side block":
33 - class ilPollBlock
34 - class ilPollBlockGUI
35 
36 Provides export/import:
37 - class ilPollDataSet
38 - class ilPollExporter
39 - class ilPollImporter
40 
41 Implements to UI-Tables:
42 - class ilPollUserTableGUI
44 
45 Stores files to the ILIAS data directory:
46 - class ilFSStoragePoll
47 
48 =================================
49 DB Tables
50 =================================
51 
Class ilObjPollGUI.
Interface Observer Contains several chained tasks and infos about them.
repository()
description: > Example for rendering a repository card
Definition: repository.php:33
Importer class for poll.
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: dev.txt.php:17
Poll export definition.
TableGUI class for poll answers.
Class ilObjPoll.
Class ilObjPollAccess.
Custom block for polls.
BlockGUI class for polls.
to(\GdImage $image, ?int $quality=null)
Currently this is the only way to make a FileStream from a GD image resource.
Poll Dataset class.
TableGUI class for poll users.