|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Taxonomy GS tool provider. More...
Inheritance diagram for ilExerciseGSToolProvider:
Collaboration diagram for ilExerciseGSToolProvider:Public Member Functions | |
| isInterestedInContexts () | |
| getToolsForContextStack (CalledContexts $called_contexts) | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\Tool\Provider\AbstractDynamicToolProvider | |
| __construct (Container $dic) | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __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) | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Private Member Functions | |
| getAssignmentInfo (array $ass_ids, array $buttons) | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Tool\Provider\AbstractDynamicToolProvider | |
| ToolIdentificationProviderInterface | $identification_provider |
| ContextCollection | $context_collection |
| ToolFactory | $factory |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| Container | $dic |
Taxonomy GS tool provider.
Definition at line 29 of file class.ilExerciseGSToolProvider.php.
|
protected |
Definition at line 172 of file class.ilExerciseGSToolProvider.php.
References ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getAssignmentInfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| int[] | $ass_ids |
| Button[][] | $buttons |
Definition at line 90 of file class.ilExerciseGSToolProvider.php.
References Vendor\Package\$b, $DIC, $lng, $ref_id, ilObject\_getAllReferences(), 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 | ) |
| 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().
Here is the call graph for this function:| ilExerciseGSToolProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 35 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 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().