|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Taxonomy GS tool provider. More...
Inheritance diagram for ilTaxonomyGSToolProvider:
Collaboration diagram for ilTaxonomyGSToolProvider: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_TAX_TREE = 'show_tax_tree' |
| const | TAX_TREE_GUI_PATH = 'tax_tree_gui_path' |
| const | TAX_ID = 'tax_id' |
| const | TAX_TREE_CMD = 'tax_tree_cmd' |
| const | TAX_TREE_PARENT_CMD = 'tax_tree_parent_cmd' |
Private Member Functions | |
| getEditTree ($gui_path, $tax_id, $cmd, $parent_cmd) | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
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.ilTaxonomyGSToolProvider.php.
|
private |
| $gui_path | |
| $tax_id |
Definition at line 75 of file class.ilTaxonomyGSToolProvider.php.
Referenced by getToolsForContextStack().
Here is the caller graph for this function:| ilTaxonomyGSToolProvider::getToolsForContextStack | ( | CalledContexts | $called_contexts | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider.
Definition at line 33 of file class.ilTaxonomyGSToolProvider.php.
References $DIC, $lng, ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), getEditTree(), and ilUtil\getImagePath().
Here is the call graph for this function:| ilTaxonomyGSToolProvider::isInterestedInContexts | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 24 of file class.ilTaxonomyGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
Here is the call graph for this function:| const ilTaxonomyGSToolProvider::SHOW_TAX_TREE = 'show_tax_tree' |
Definition at line 14 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilObjGlossaryGUI\showTaxonomy(), ilGlossaryPresentationGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().
| const ilTaxonomyGSToolProvider::TAX_ID = 'tax_id' |
Definition at line 16 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilObjGlossaryGUI\showTaxonomy(), ilGlossaryPresentationGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().
| const ilTaxonomyGSToolProvider::TAX_TREE_CMD = 'tax_tree_cmd' |
Definition at line 17 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilObjGlossaryGUI\showTaxonomy(), ilGlossaryPresentationGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().
| const ilTaxonomyGSToolProvider::TAX_TREE_GUI_PATH = 'tax_tree_gui_path' |
Definition at line 15 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilObjGlossaryGUI\showTaxonomy(), ilGlossaryPresentationGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().
| const ilTaxonomyGSToolProvider::TAX_TREE_PARENT_CMD = 'tax_tree_parent_cmd' |
Definition at line 18 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilObjGlossaryGUI\showTaxonomy(), ilGlossaryPresentationGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().