|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilPollBlock:
Collaboration diagram for ilPollBlock:Public Member Functions | |
| __construct (int $a_id=0) | |
| setRefId (int $a_id) | |
| Set ref id (needed for poll access) More... | |
| getPoll () | |
Public Member Functions inherited from ilCustomBlock | |
| __construct (int $a_id=0) | |
| setId (int $a_id) | |
| getId () | |
| setContextObjId (int $a_context_obj_id) | |
| getContextObjId () | |
| setContextObjType (string $a_context_obj_type) | |
| getContextObjType () | |
| setContextSubObjId (int $a_context_sub_obj_id) | |
| getContextSubObjId () | |
| setContextSubObjType (string $a_context_sub_obj_type) | |
| getContextSubObjType () | |
| setType (string $a_type) | |
| getType () | |
| setTitle (string $a_title) | |
| getTitle () | |
| create () | |
| read () | |
| update () | |
| delete () | |
| queryBlocksForContext (bool $a_include_sub_obj=true) | |
| Query BlocksForContext. More... | |
| queryCntBlockForContext () | |
Protected Attributes | |
| ilLanguage | $lng |
| ilObjPoll | $poll |
Protected Attributes inherited from ilCustomBlock | |
| ilDBInterface | $db |
| int | $id = 0 |
| int | $context_obj_id = 0 |
| string | $context_obj_type = "" |
| int | $context_sub_obj_id = 0 |
| string | $context_sub_obj_type = "" |
| string | $type = "" |
| string | $title = "" |
Additional Inherited Members | |
Static Public Member Functions inherited from ilCustomBlock | |
| static | multiBlockQuery (string $a_context_obj_type, array $a_context_obj_ids) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Custom block for polls
Definition at line 27 of file class.ilPollBlock.php.
| ilPollBlock::__construct | ( | int | $a_id = 0 | ) |
Definition at line 32 of file class.ilPollBlock.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPollBlock::getPoll | ( | ) |
| ilPollBlock::setRefId | ( | int | $a_id | ) |
|
protected |
Definition at line 29 of file class.ilPollBlock.php.
|
protected |
Definition at line 30 of file class.ilPollBlock.php.
Referenced by getPoll().