|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Taxonomy classification provider. More...
Inheritance diagram for ilTaxonomyClassificationProvider:
Collaboration diagram for ilTaxonomyClassificationProvider:Public Member Functions | |
| render (array &$a_html, $a_parent_gui) | |
| Render HTML chunks. More... | |
| importPostData ($a_saved=null) | |
| Import post data. More... | |
| setSelection ($a_value) | |
| Set selection. More... | |
| getFilteredObjects () | |
| Get filtered object ref ids. More... | |
Public Member Functions inherited from ilClassificationProvider | |
| __construct ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) | |
| Constructor. More... | |
| render (array &$a_html, $a_parent_gui) | |
| Render HTML chunks. More... | |
| importPostData ($a_saved=null) | |
| Import post data. More... | |
| setSelection ($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 ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Is provider currently active? More... | |
Static Public Member Functions inherited from ilClassificationProvider | |
| static | getValidProviders ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Get all valid providers (for parent container) More... | |
| static | isActive ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Is provider currently active? More... | |
Static Protected Member Functions | |
| static | getActiveTaxonomiesForParentRefId ($a_parent_ref_id) |
Protected Attributes | |
| $selection | |
Protected Attributes inherited from ilClassificationProvider | |
| $parent_ref_id | |
| $parent_obj_id | |
| $parent_type | |
Static Protected Attributes | |
| static | $valid_tax_map = array() |
Additional Inherited Members | |
Protected Member Functions inherited from ilClassificationProvider | |
| init () | |
| Instance initialisation. More... | |
Taxonomy classification provider.
Definition at line 14 of file class.ilTaxonomyClassificationProvider.php.
|
staticprotected |
Definition at line 84 of file class.ilTaxonomyClassificationProvider.php.
References 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 144 of file class.ilTaxonomyClassificationProvider.php.
References ilTaxNodeAssignment\findObjectsByNode().
Here is the call graph for this function:| ilTaxonomyClassificationProvider::importPostData | ( | $a_saved = null | ) |
Import post data.
| mixed | $a_saved |
Reimplemented from ilClassificationProvider.
Definition at line 54 of file class.ilTaxonomyClassificationProvider.php.
References $_REQUEST.
|
static |
Is provider currently active?
| int | $a_parent_ref_id | |
| int | $a_parent_obj_id | |
| string | $a_parent_obj_type |
Reimplemented from ilClassificationProvider.
Definition at line 20 of file class.ilTaxonomyClassificationProvider.php.
References getActiveTaxonomiesForParentRefId().
Referenced by ilClassificationProvider\getValidProviders().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTaxonomyClassificationProvider::render | ( | array & | $a_html, |
| $a_parent_gui | |||
| ) |
Render HTML chunks.
| array | $a_html | |
| object | $a_parent_gui |
Reimplemented from ilClassificationProvider.
Definition at line 25 of file class.ilTaxonomyClassificationProvider.php.
References ilObject\_lookupTitle().
Here is the call graph for this function:| ilTaxonomyClassificationProvider::setSelection | ( | $a_value | ) |
Set selection.
| mixed | $a_value |
Reimplemented from ilClassificationProvider.
Definition at line 79 of file class.ilTaxonomyClassificationProvider.php.
|
protected |
Definition at line 16 of file class.ilTaxonomyClassificationProvider.php.
|
staticprotected |
Definition at line 18 of file class.ilTaxonomyClassificationProvider.php.