|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilTaxonomyClassificationProvider:
Collaboration diagram for ilTaxonomyClassificationProvider:Public Member Functions | |
| render (array &$a_html, object $a_parent_gui) | |
| Render HTML chunks. More... | |
| importPostData (?array $a_saved=null) | |
| Import post data. More... | |
| setSelection (array $a_value) | |
| @inheritDoc More... | |
| getFilteredObjects () | |
| Get filtered object ref ids. More... | |
Public Member Functions inherited from ilClassificationProvider | |
| __construct (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) | |
| render (array &$a_html, object $a_parent_gui) | |
| Render HTML chunks. More... | |
| importPostData (?array $a_saved=null) | |
| Import post data. More... | |
| setSelection (array $a_value) | |
| Set selection. More... | |
| getFilteredObjects () | |
| Get filtered object ref ids. More... | |
| initListGUI (ilObjectListGUI $a_list_gui) | |
| Init list gui properties. More... | |
Static Public Member Functions | |
| static | isActive (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) |
| Is provider currently active? More... | |
Static Public Member Functions inherited from ilClassificationProvider | |
| static | getValidProviders (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) |
| Get all valid providers (for parent container) More... | |
| static | isActive (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) |
| Is provider currently active? More... | |
Protected Member Functions | |
| init () | |
| init () | |
Static Protected Member Functions | |
| static | getActiveTaxonomiesForParentRefId (int $a_parent_ref_id) |
Protected Attributes | |
| array | $selection = [] |
| int | $incoming_id = 0 |
Protected Attributes inherited from ilClassificationProvider | |
| int | $parent_ref_id |
| int | $parent_obj_id |
| string | $parent_type |
| RequestInterface | $request |
Static Protected Attributes | |
| static array | $valid_tax_map = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Taxonomy classification provider
Definition at line 23 of file class.ilTaxonomyClassificationProvider.php.
|
staticprotected |
Definition at line 92 of file class.ilTaxonomyClassificationProvider.php.
References $DIC, ilContainer\_getContainerSettings(), ilContainer\_lookupContainerSetting(), ilObject\_lookupType(), ilObjCategoryGUI\CONTAINER_SETTING_TAXBLOCK, ilObjTaxonomy\getUsageOfObject(), and ilObjectServiceSettingsGUI\TAXONOMIES.
Referenced by isActive().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTaxonomyClassificationProvider::getFilteredObjects | ( | ) |
Get filtered object ref ids.
Reimplemented from ilClassificationProvider.
Definition at line 147 of file class.ilTaxonomyClassificationProvider.php.
References ilTaxNodeAssignment\findObjectsByNode(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilTaxonomyClassificationProvider::importPostData | ( | ?array | $a_saved = null | ) |
Import post data.
| array | null | $a_saved |
Reimplemented from ilClassificationProvider.
Definition at line 64 of file class.ilTaxonomyClassificationProvider.php.
References $incoming_id.
|
protected |
Reimplemented from ilClassificationProvider.
Definition at line 34 of file class.ilTaxonomyClassificationProvider.php.
References $params, and ILIAS\Repository\int().
Here is the call graph for this function:
|
static |
Is provider currently active?
Reimplemented from ilClassificationProvider.
Definition at line 29 of file class.ilTaxonomyClassificationProvider.php.
References getActiveTaxonomiesForParentRefId().
Here is the call graph for this function:| ilTaxonomyClassificationProvider::render | ( | array & | $a_html, |
| object | $a_parent_gui | ||
| ) |
Render HTML chunks.
Reimplemented from ilClassificationProvider.
Definition at line 41 of file class.ilTaxonomyClassificationProvider.php.
References ilObject\_lookupTitle().
Here is the call graph for this function:| ilTaxonomyClassificationProvider::setSelection | ( | array | $a_value | ) |
@inheritDoc
Reimplemented from ilClassificationProvider.
Definition at line 87 of file class.ilTaxonomyClassificationProvider.php.
|
protected |
Definition at line 27 of file class.ilTaxonomyClassificationProvider.php.
Referenced by importPostData().
|
protected |
Definition at line 25 of file class.ilTaxonomyClassificationProvider.php.
|
staticprotected |
Definition at line 26 of file class.ilTaxonomyClassificationProvider.php.