|
ILIAS
release_8 Revision v8.24
|
Tag classification provider. More...
Inheritance diagram for ilTaggingClassificationProvider:
Collaboration diagram for ilTaggingClassificationProvider: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) | |
| @inheritDoc More... | |
| importPostData (?array $a_saved=null) | |
| @inheritDoc More... | |
| setSelection (array $a_value) | |
| @inheritDoc More... | |
| getFilteredObjects () | |
| @inheritDoc More... | |
| initListGUI (ilObjectListGUI $a_list_gui) | |
| Init list gui properties. More... | |
| __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 | isActive (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) |
| @inheritDoc More... | |
Static Public Member Functions inherited from ilClassificationProvider | |
| 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 () | |
| getSubTreeTags () | |
| init () | |
Protected Attributes | |
| ilLanguage | $lng |
| ilObjUser | $user |
| ilTree | $tree |
| ilObjectDefinition | $obj_definition |
| ilCtrl | $ctrl |
| RequestInterface | $request |
| string | $requested_type |
| string | $requested_tag_code |
| bool | $enable_all_users = false |
| array | $selection |
Protected Attributes inherited from ilClassificationProvider | |
| int | $parent_ref_id |
| int | $parent_obj_id |
| string | $parent_type |
| RequestInterface | $request |
Tag classification provider.
Definition at line 28 of file class.ilTaggingClassificationProvider.php.
| ilTaggingClassificationProvider::__construct | ( | int | $a_parent_ref_id, |
| int | $a_parent_obj_id, | ||
| string | $a_parent_obj_type | ||
| ) |
Reimplemented from ilClassificationProvider.
Definition at line 41 of file class.ilTaggingClassificationProvider.php.
References $DIC, $params, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilTaggingClassificationProvider::getFilteredObjects | ( | ) |
@inheritDoc
Reimplemented from ilClassificationProvider.
Definition at line 206 of file class.ilTaggingClassificationProvider.php.
References $ilUser, $res, $type, and ilTagging\_findObjectsByTag().
Here is the call graph for this function:
|
protected |
Definition at line 256 of file class.ilTaggingClassificationProvider.php.
References $ilUser, ilTagging\_getTagCloudForObjects(), ilObject\_lookupType(), ilTree\getChilds(), ilTree\getNodeData(), ilTree\getSubTree(), and ilTree\isDeleted().
Here is the call graph for this function:| ilTaggingClassificationProvider::importPostData | ( | ?array | $a_saved = null | ) |
@inheritDoc
Reimplemented from ilClassificationProvider.
Definition at line 162 of file class.ilTaggingClassificationProvider.php.
References ILIAS\LTI\ToolProvider\$key, and $type.
|
protected |
Reimplemented from ilClassificationProvider.
Definition at line 62 of file class.ilTaggingClassificationProvider.php.
| ilTaggingClassificationProvider::initListGUI | ( | ilObjectListGUI | $a_list_gui | ) |
Init list gui properties.
Reimplemented from ilClassificationProvider.
Definition at line 291 of file class.ilTaggingClassificationProvider.php.
References ilObjectListGUI\enableTags().
Here is the call graph for this function:
|
static |
@inheritDoc
Reimplemented from ilClassificationProvider.
Definition at line 71 of file class.ilTaggingClassificationProvider.php.
References $ilUser, $valid, and ANONYMOUS_USER_ID.
| ilTaggingClassificationProvider::render | ( | array & | $a_html, |
| object | $a_parent_gui | ||
| ) |
@inheritDoc
Reimplemented from ilClassificationProvider.
Definition at line 102 of file class.ilTaggingClassificationProvider.php.
| ilTaggingClassificationProvider::setSelection | ( | array | $a_value | ) |
@inheritDoc
Reimplemented from ilClassificationProvider.
Definition at line 198 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 34 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 38 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 30 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 33 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 35 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 37 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 36 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 39 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 32 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 31 of file class.ilTaggingClassificationProvider.php.