ILIAS
release_8 Revision v8.19
|
Taxonomy GS tool provider. More...
Public Member Functions | |
isInterestedInContexts () | |
getToolsForContextStack (CalledContexts $called_contexts) | |
![]() | |
__construct (Container $dic) | |
![]() | |
__construct (Container $dic) | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
Data Fields | |
const | SHOW_EXC_ASSIGNMENT_INFO = 'show_exc_assignment_info' |
const | EXC_ASS_IDS = 'exc_ass_ids' |
const | EXC_ASS_BUTTONS = "exc_ass_buttons" |
Protected Member Functions | |
addSection (ilTemplate $tpl, string $title, string $content) | |
![]() | |
globalScreen () | |
Private Member Functions | |
getAssignmentInfo (array $ass_ids, array $buttons) | |
Additional Inherited Members | |
![]() | |
ToolIdentificationProviderInterface | $identification_provider |
ContextCollection | $context_collection |
ToolFactory | $factory |
![]() | |
Container | $dic |
Taxonomy GS tool provider.
Definition at line 29 of file class.ilExerciseGSToolProvider.php.
|
protected |
Definition at line 171 of file class.ilExerciseGSToolProvider.php.
References ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getAssignmentInfo().
|
private |
int[] | $ass_ids |
Button[][] | $buttons |
Definition at line 90 of file class.ilExerciseGSToolProvider.php.
References Vendor\Package\$b, $DIC, $i, $lng, $ref_id, $tpl, ilObject\_getAllReferences(), ilLink\_getLink(), ilObject\_lookupTitle(), addSection(), and ilExAssignment\lookupExerciseId().
Referenced by getToolsForContextStack().
ilExerciseGSToolProvider::getToolsForContextStack | ( | CalledContexts | $called_contexts | ) |
CalledContexts | $called_contexts |
Implements ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider.
Definition at line 40 of file class.ilExerciseGSToolProvider.php.
References $DIC, $id, $lng, ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and getAssignmentInfo().
ilExerciseGSToolProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 35 of file class.ilExerciseGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
const ilExerciseGSToolProvider::EXC_ASS_BUTTONS = "exc_ass_buttons" |
Definition at line 33 of file class.ilExerciseGSToolProvider.php.
Referenced by ilObjPortfolioGUI\triggerAssignmentTool(), ilObjBlogGUI\triggerAssignmentTool(), and ilObjWikiGUI\triggerAssignmentTool().
const ilExerciseGSToolProvider::EXC_ASS_IDS = 'exc_ass_ids' |
Definition at line 32 of file class.ilExerciseGSToolProvider.php.
Referenced by ilExSubmissionBaseGUI\triggerAssignmentTool(), ilObjPortfolioGUI\triggerAssignmentTool(), ilObjBlogGUI\triggerAssignmentTool(), and ilObjWikiGUI\triggerAssignmentTool().
const ilExerciseGSToolProvider::SHOW_EXC_ASSIGNMENT_INFO = 'show_exc_assignment_info' |
Definition at line 31 of file class.ilExerciseGSToolProvider.php.
Referenced by ilExSubmissionBaseGUI\triggerAssignmentTool(), ilObjPortfolioGUI\triggerAssignmentTool(), ilObjBlogGUI\triggerAssignmentTool(), and ilObjWikiGUI\triggerAssignmentTool().