ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Taxonomy GS tool provider. More...
Public Member Functions | |
isInterestedInContexts () | |
getToolsForContextStack (CalledContexts $called_contexts) | |
![]() | |
__construct (Container $dic) | |
![]() | |
__construct (protected Container $dic) | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
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 (array $gui_path, int $tax_id, string $cmd, string $parent_cmd) | |
Additional Inherited Members | |
![]() | |
globalScreen () | |
![]() | |
ToolIdentificationProviderInterface | $identification_provider |
ContextCollection | $context_collection |
ToolFactory | $factory |
Taxonomy GS tool provider.
Definition at line 27 of file class.ilTaxonomyGSToolProvider.php.
|
private |
Definition at line 80 of file class.ilTaxonomyGSToolProvider.php.
Referenced by getToolsForContextStack().
ilTaxonomyGSToolProvider::getToolsForContextStack | ( | CalledContexts | $called_contexts | ) |
Implements ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider.
Definition at line 46 of file class.ilTaxonomyGSToolProvider.php.
References $DIC, $id, $lng, ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), factory(), getEditTree(), and ilUtil\getImagePath().
ilTaxonomyGSToolProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 38 of file class.ilTaxonomyGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
const ilTaxonomyGSToolProvider::SHOW_TAX_TREE = 'show_tax_tree' |
Definition at line 29 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilGlossaryPresentationGUI\showTaxonomy(), ilObjGlossaryGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().
const ilTaxonomyGSToolProvider::TAX_ID = 'tax_id' |
Definition at line 31 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilGlossaryPresentationGUI\showTaxonomy(), ilObjGlossaryGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().
const ilTaxonomyGSToolProvider::TAX_TREE_CMD = 'tax_tree_cmd' |
Definition at line 32 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilGlossaryPresentationGUI\showTaxonomy(), ilObjGlossaryGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().
const ilTaxonomyGSToolProvider::TAX_TREE_GUI_PATH = 'tax_tree_gui_path' |
Definition at line 30 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilGlossaryPresentationGUI\showTaxonomy(), ilObjGlossaryGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().
const ilTaxonomyGSToolProvider::TAX_TREE_PARENT_CMD = 'tax_tree_parent_cmd' |
Definition at line 33 of file class.ilTaxonomyGSToolProvider.php.
Referenced by ilGlossaryPresentationGUI\showTaxonomy(), ilObjGlossaryGUI\showTaxonomy(), and ilObjTaxonomyGUI\showTree().