ILIAS
Release_5_0_x_branch Revision 61816
|
Taxonomy classification provider. More...
Public Member Functions | |
render (array &$a_html, $a_parent_gui) | |
Render HTML chunks. | |
importPostData ($a_saved=null) | |
Import post data. | |
setSelection ($a_value) | |
Set selection. | |
getFilteredObjects () | |
Get filtered object ref ids. | |
Public Member Functions inherited from ilClassificationProvider | |
__construct ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) | |
Constructor. | |
initListGUI (ilObjectListGUI $a_list_gui) | |
Init list gui properties. |
Static Public Member Functions | |
static | isActive ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
Is provider currently active? | |
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) |
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. |
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().
ilTaxonomyClassificationProvider::getFilteredObjects | ( | ) |
Get filtered object ref ids.
Reimplemented from ilClassificationProvider.
Definition at line 144 of file class.ilTaxonomyClassificationProvider.php.
References ilTaxNodeAssignment\findObjectsByNode().
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().
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().
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.