|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Classification provider. More...
Inheritance diagram for ilClassificationProvider:
Collaboration diagram for ilClassificationProvider:Public Member Functions | |
| __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 | 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... | |
Protected Member Functions | |
| init () | |
| Instance initialisation. More... | |
Protected Attributes | |
| $parent_ref_id | |
| $parent_obj_id | |
| $parent_type | |
Classification provider.
Definition at line 12 of file class.ilClassificationProvider.php.
| ilClassificationProvider::__construct | ( | $a_parent_ref_id, | |
| $a_parent_obj_id, | |||
| $a_parent_obj_type | |||
| ) |
Constructor.
| int | $a_parent_ref_id | |
| int | $a_parent_obj_id | |
| string | $a_parent_obj_type |
Reimplemented in ilTaggingClassificationProvider.
Definition at line 26 of file class.ilClassificationProvider.php.
References init().
Here is the call graph for this function:
|
abstract |
Get filtered object ref ids.
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
static |
Get all valid providers (for parent container)
| int | $a_parent_ref_id | |
| int | $a_parent_obj_id | |
| string | $a_parent_obj_type |
Definition at line 50 of file class.ilClassificationProvider.php.
References $res, ilTaggingClassificationProvider\isActive(), and ilTaxonomyClassificationProvider\isActive().
Referenced by ilContainer\getSubItems(), ilClassificationBlockGUI\initProviders(), and ilContainer\isClassificationFilterActive().
Here is the call graph for this function:
Here is the caller graph for this function:
|
abstract |
Import post data.
| mixed | $a_saved |
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
protected |
Instance initialisation.
Reimplemented in ilTaggingClassificationProvider.
Definition at line 38 of file class.ilClassificationProvider.php.
Referenced by __construct().
Here is the caller graph for this function:| ilClassificationProvider::initListGUI | ( | ilObjectListGUI | $a_list_gui | ) |
Init list gui properties.
| ilObjectListGUI | $a_list_gui |
Reimplemented in ilTaggingClassificationProvider.
Definition at line 113 of file class.ilClassificationProvider.php.
|
staticabstract |
Is provider currently active?
| int | $a_parent_ref_id | |
| int | $a_parent_obj_id | |
| string | $a_parent_obj_type |
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
abstract |
Render HTML chunks.
| array | $a_html | |
| object | $a_parent_gui |
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
abstract |
Set selection.
| mixed | $a_value |
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
protected |
Definition at line 15 of file class.ilClassificationProvider.php.
|
protected |
Definition at line 14 of file class.ilClassificationProvider.php.
|
protected |
Definition at line 16 of file class.ilClassificationProvider.php.