ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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) | |
Add section. More... | |
![]() | |
globalScreen () | |
Private Member Functions | |
getAssignmentInfo ($ass_ids, $buttons) | |
Additional Inherited Members | |
![]() | |
$identification_provider | |
$context_collection | |
$factory | |
![]() | |
$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 ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and ilGlobalTemplateInterface\setVariable().
Referenced by getAssignmentInfo().
|
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().
ilExerciseGSToolProvider::getToolsForContextStack | ( | CalledContexts | $called_contexts | ) |
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().
ilExerciseGSToolProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 21 of file class.ilExerciseGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
const ilExerciseGSToolProvider::EXC_ASS_BUTTONS = "exc_ass_buttons" |
Definition at line 16 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 15 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 14 of file class.ilExerciseGSToolProvider.php.
Referenced by ilExSubmissionBaseGUI\triggerAssignmentTool(), ilObjPortfolioGUI\triggerAssignmentTool(), ilObjBlogGUI\triggerAssignmentTool(), and ilObjWikiGUI\triggerAssignmentTool().