ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
render (array &$a_html, object $a_parent_gui) | |
importPostData (?array $a_saved=null) | |
setSelection (array $a_value) | |
getFilteredObjects () | |
![]() | |
__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) |
![]() | |
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 |
![]() | |
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, $id, ilContainer\_getContainerSettings(), ilContainer\_lookupContainerSetting(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilObjCategoryGUI\CONTAINER_SETTING_TAXBLOCK, ilObjTaxonomy\getUsageOfObject(), ilArrayUtil\sortArray(), and ilObjectServiceSettingsGUI\TAXONOMIES.
ilTaxonomyClassificationProvider::getFilteredObjects | ( | ) |
Definition at line 157 of file class.ilTaxonomyClassificationProvider.php.
References ilTaxNodeAssignment\findObjectsByNode(), ILIAS\Repository\int(), and null.
ilTaxonomyClassificationProvider::importPostData | ( | ?array | $a_saved = null | ) |
Definition at line 64 of file class.ilTaxonomyClassificationProvider.php.
References $incoming_id.
|
protected |
Definition at line 34 of file class.ilTaxonomyClassificationProvider.php.
References $params, ILIAS\Repository\int(), and null.
|
static |
Definition at line 29 of file class.ilTaxonomyClassificationProvider.php.
Referenced by ilClassificationProvider\getValidProviders().
ilTaxonomyClassificationProvider::render | ( | array & | $a_html, |
object | $a_parent_gui | ||
) |
Definition at line 41 of file class.ilTaxonomyClassificationProvider.php.
References ilObject\_lookupTitle().
ilTaxonomyClassificationProvider::setSelection | ( | array | $a_value | ) |
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.