ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Custom block for polls. More...
Public Member Functions | |
__construct (int $a_id=0) | |
setRefId (int $a_id) | |
Set ref id (needed for poll access) More... | |
getPoll () | |
![]() | |
__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 |
![]() | |
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 | multiBlockQuery (string $a_context_obj_type, array $a_context_obj_ids) |
Custom block for polls.
Definition at line 26 of file class.ilPollBlock.php.
ilPollBlock::__construct | ( | int | $a_id = 0 | ) |
Definition at line 31 of file class.ilPollBlock.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
ilPollBlock::getPoll | ( | ) |
ilPollBlock::setRefId | ( | int | $a_id | ) |
|
protected |
Definition at line 28 of file class.ilPollBlock.php.
|
protected |
Definition at line 29 of file class.ilPollBlock.php.
Referenced by getPoll().