|
ILIAS
Release_5_0_x_branch Revision 61816
|
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. | |
| 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. | |
| initListGUI (ilObjectListGUI $a_list_gui) | |
| Init list gui properties. | |
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) | |
| static | isActive ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Is provider currently active? | |
Protected Member Functions | |
| init () | |
| Instance initialisation. | |
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 |
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 51 of file class.ilClassificationProvider.php.
References $res, ilTaxonomyClassificationProvider\isActive(), and ilTaggingClassificationProvider\isActive().
Referenced by ilClassificationBlockGUI\initProviders().
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 116 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.