|
ILIAS
release_8 Revision v8.24
|
Classification provider. More...
Inheritance diagram for ilClassificationProvider:
Collaboration diagram for ilClassificationProvider:Public Member Functions | |
| __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 | 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 () | |
Protected Attributes | |
| int | $parent_ref_id |
| int | $parent_obj_id |
| string | $parent_type |
| RequestInterface | $request |
Classification provider.
Definition at line 22 of file class.ilClassificationProvider.php.
| ilClassificationProvider::__construct | ( | int | $a_parent_ref_id, |
| int | $a_parent_obj_id, | ||
| string | $a_parent_obj_type | ||
| ) |
Reimplemented in ilTaggingClassificationProvider.
Definition at line 29 of file class.ilClassificationProvider.php.
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)
Definition at line 51 of file class.ilClassificationProvider.php.
References $res.
Referenced by ilClassificationBlockGUI\initProviders(), and ilContainer\isClassificationFilterActive().
Here is the caller graph for this function:
|
abstract |
Import post data.
| array | null | $a_saved |
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
protected |
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
Definition at line 44 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.
Reimplemented in ilTaggingClassificationProvider.
Definition at line 102 of file class.ilClassificationProvider.php.
|
staticabstract |
Is provider currently active?
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
abstract |
Render HTML chunks.
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
abstract |
Set selection.
Reimplemented in ilTaggingClassificationProvider, and ilTaxonomyClassificationProvider.
|
protected |
Definition at line 25 of file class.ilClassificationProvider.php.
|
protected |
Definition at line 24 of file class.ilClassificationProvider.php.
|
protected |
Definition at line 26 of file class.ilClassificationProvider.php.
|
protected |
Definition at line 27 of file class.ilClassificationProvider.php.