|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Taxonomy GS tool provider. More...
Inheritance diagram for ilExerciseGSToolProvider:
Collaboration diagram for ilExerciseGSToolProvider:Public Member Functions | |
| isInterestedInContexts () | |
| @inheritDoc More... | |
| getToolsForContextStack (CalledContexts $called_contexts) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\Tool\Provider\AbstractDynamicToolProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getFullyQualifiedClassName () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getToolsForContextStack (CalledContexts $called_contexts) | |
| isInterestedInContexts () | |
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) | |
| Add section. More... | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Private Member Functions | |
| getAssignmentInfo ($ass_ids, $buttons) | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Tool\Provider\AbstractDynamicToolProvider | |
| $identification_provider | |
| $context_collection | |
| $factory | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| $dic | |
Taxonomy GS tool provider.
Definition at line 12 of file class.ilExerciseGSToolProvider.php.
|
protected |
Add section.
| ilTemplate | $tpl | |
| string | $title | |
| string | $content |
Definition at line 151 of file class.ilExerciseGSToolProvider.php.
References $tpl.
Referenced by getAssignmentInfo().
Here is the caller graph for this function:
|
private |
| $ass_id |
Definition at line 67 of file class.ilExerciseGSToolProvider.php.
References Vendor\Package\$b, $DIC, $i, $lng, $tpl, ilObject\_getAllReferences(), ilLink\_getLink(), ilObject\_lookupTitle(), addSection(), and ilExAssignment\lookupExerciseId().
Referenced by getToolsForContextStack().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseGSToolProvider::getToolsForContextStack | ( | CalledContexts | $called_contexts | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider.
Definition at line 30 of file class.ilExerciseGSToolProvider.php.
References $DIC, $lng, ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and getAssignmentInfo().
Here is the call graph for this function:| ilExerciseGSToolProvider::isInterestedInContexts | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 21 of file class.ilExerciseGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
Here is the call graph for this function:| const ilExerciseGSToolProvider::EXC_ASS_BUTTONS = "exc_ass_buttons" |
Definition at line 16 of file class.ilExerciseGSToolProvider.php.
Referenced by ilObjBlogGUI\triggerAssignmentTool(), ilObjPortfolioGUI\triggerAssignmentTool(), and ilObjWikiGUI\triggerAssignmentTool().
| const ilExerciseGSToolProvider::EXC_ASS_IDS = 'exc_ass_ids' |
Definition at line 15 of file class.ilExerciseGSToolProvider.php.
Referenced by ilObjBlogGUI\triggerAssignmentTool(), ilExSubmissionBaseGUI\triggerAssignmentTool(), ilObjPortfolioGUI\triggerAssignmentTool(), and ilObjWikiGUI\triggerAssignmentTool().
| const ilExerciseGSToolProvider::SHOW_EXC_ASSIGNMENT_INFO = 'show_exc_assignment_info' |
Definition at line 14 of file class.ilExerciseGSToolProvider.php.
Referenced by ilObjBlogGUI\triggerAssignmentTool(), ilExSubmissionBaseGUI\triggerAssignmentTool(), ilObjPortfolioGUI\triggerAssignmentTool(), and ilObjWikiGUI\triggerAssignmentTool().