|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilTaxMDGUI:Public Member Functions | |
| __construct ($a_md_rbac_id, $a_md_obj_id, $a_md_obj_type) | |
| Constructor. More... | |
| addToMDForm (ilPropertyFormGUI $a_form) | |
| Add taxonomy selector to MD (quick edit) form. More... | |
| updateFromMDForm () | |
| Import settings from MD (quick edit) form. More... | |
Protected Member Functions | |
| getSelectableTaxonomies () | |
| Get selectable taxonomies for current object. More... | |
| initTaxNodeAssignment ($a_tax_id) | |
| Init tax node assignment. More... | |
Protected Attributes | |
| $md_rbac_id | |
| $md_obj_id | |
| $md_obj_type | |
Definition at line 12 of file class.ilTaxMDGUI.php.
| ilTaxMDGUI::__construct | ( | $a_md_rbac_id, | |
| $a_md_obj_id, | |||
| $a_md_obj_type | |||
| ) |
Constructor.
| int | $a_md_rbac_id | |
| int | $a_md_obj_id | |
| int | $a_md_obj_type |
Definition at line 26 of file class.ilTaxMDGUI.php.
| ilTaxMDGUI::addToMDForm | ( | ilPropertyFormGUI | $a_form | ) |
Add taxonomy selector to MD (quick edit) form.
| ilPropertyFormGUI | $a_form |
Definition at line 96 of file class.ilTaxMDGUI.php.
References ilPropertyFormGUI\addItem(), getSelectableTaxonomies(), and initTaxNodeAssignment().
Here is the call graph for this function:
|
protected |
Get selectable taxonomies for current object.
Definition at line 38 of file class.ilTaxMDGUI.php.
References $res, ilContainer\_lookupContainerSetting(), ilObjTaxonomy\getUsageOfObject(), and ilObjectServiceSettingsGUI\TAXONOMIES.
Referenced by addToMDForm(), and updateFromMDForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init tax node assignment.
| int | $a_tax_id |
Definition at line 85 of file class.ilTaxMDGUI.php.
Referenced by addToMDForm(), and updateFromMDForm().
Here is the caller graph for this function:| ilTaxMDGUI::updateFromMDForm | ( | ) |
Import settings from MD (quick edit) form.
Definition at line 122 of file class.ilTaxMDGUI.php.
References $_POST, getSelectableTaxonomies(), and initTaxNodeAssignment().
Here is the call graph for this function:
|
protected |
Definition at line 15 of file class.ilTaxMDGUI.php.
|
protected |
Definition at line 16 of file class.ilTaxMDGUI.php.
|
protected |
Definition at line 14 of file class.ilTaxMDGUI.php.