Home
last modified time | relevance | path

Searched refs:a_item_type (Results 1 – 23 of 23) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/AccessControl/classes/
H A Dclass.ilRoleDesktopItem.php45 public function add($a_item_id, $a_item_type) argument
51 if ($a_item_type and $a_item_id) {
58 $ilDB->quote($a_item_type, 'text') . " " .
61 $this->__assign($a_item_id, $a_item_type);
155 public function __assign($a_item_id, $a_item_type) argument
163 if (!$tmp_user->isDesktopItem($a_item_id, $a_item_type)) {
164 $tmp_user->addDesktopItem($a_item_id, $a_item_type);
/dports/www/ilias/ILIAS-5.4.25/Services/CopyWizard/classes/
H A Dclass.ilCopyWizardPageFactory.php45 public static function _getInstanceByType($a_source_id, $a_item_type) argument
47 switch ($a_item_type) {
49 return new ilCopyWizardPage($a_source_id, $a_item_type);
H A Dclass.ilCopyWizardPage.php53 public function __construct($a_source_id, $a_item_type = '') argument
63 $this->item_type = $a_item_type;
/dports/www/ilias6/ILIAS-6.14/Services/CopyWizard/classes/
H A Dclass.ilCopyWizardPageFactory.php45 public static function _getInstanceByType($a_source_id, $a_item_type) argument
47 switch ($a_item_type) {
49 return new ilCopyWizardPage($a_source_id, $a_item_type);
H A Dclass.ilCopyWizardPage.php53 public function __construct($a_source_id, $a_item_type = '') argument
63 $this->item_type = $a_item_type;
/dports/www/ilias/ILIAS-5.4.25/Services/Taxonomy/classes/
H A Dclass.ilTaxAssignInputGUI.php120 public function saveInput($a_component_id, $a_obj_id, $a_item_type, $a_item_id) argument
123 …$tax_node_ass = new ilTaxNodeAssignment($a_component_id, $a_obj_id, $a_item_type, $this->getTaxono…
159 public function setCurrentValues($a_component_id, $a_obj_id, $a_item_type, $a_item_id) argument
162 …$tax_node_ass = new ilTaxNodeAssignment($a_component_id, $a_obj_id, $a_item_type, $this->getTaxono…
H A Dclass.ilTaxNodeAssignment.php29 …* @param string $a_item_type item type (e.g. "term", must be unique component wide) [use "obj" if …
33 public function __construct($a_component_id, $a_obj_id, $a_item_type, $a_tax_id) argument
42 if ($a_item_type == "") {
51 $this->setItemType($a_item_type);
436 * @param int $a_item_type
441 public static function findObjectsByNode($a_tax_id, array $a_node_ids, $a_item_type) argument
453 " AND item_type = " . $ilDB->quote($a_item_type, "text") .
H A Dclass.ilTaxAssignedItemsTableGUI.php32 $a_item_type, argument
50 $this->item_type = $a_item_type;
H A Dclass.ilObjTaxonomy.php358 public static function getSubTreeItems($a_comp, $a_obj_id, $a_item_type, $a_tax_id, $a_node) argument
367 $tn_ass = new ilTaxNodeAssignment($a_comp, $a_obj_id, $a_item_type, $a_tax_id);
H A Dclass.ilObjTaxonomyGUI.php133 …signedItemSorting(ilTaxAssignedItemInfo $a_item_info_obj, $a_component_id, $a_obj_id, $a_item_type) argument
139 $this->assigned_item_type = $a_item_type;
/dports/www/ilias6/ILIAS-6.14/Services/Taxonomy/classes/
H A Dclass.ilTaxAssignInputGUI.php120 public function saveInput($a_component_id, $a_obj_id, $a_item_type, $a_item_id) argument
123 …$tax_node_ass = new ilTaxNodeAssignment($a_component_id, $a_obj_id, $a_item_type, $this->getTaxono…
159 public function setCurrentValues($a_component_id, $a_obj_id, $a_item_type, $a_item_id) argument
162 …$tax_node_ass = new ilTaxNodeAssignment($a_component_id, $a_obj_id, $a_item_type, $this->getTaxono…
H A Dclass.ilTaxNodeAssignment.php29 …* @param string $a_item_type item type (e.g. "term", must be unique component wide) [use "obj" if …
33 public function __construct($a_component_id, $a_obj_id, $a_item_type, $a_tax_id) argument
42 if ($a_item_type == "") {
51 $this->setItemType($a_item_type);
436 * @param int $a_item_type
441 public static function findObjectsByNode($a_tax_id, array $a_node_ids, $a_item_type) argument
453 " AND item_type = " . $ilDB->quote($a_item_type, "text") .
H A Dclass.ilTaxAssignedItemsTableGUI.php32 $a_item_type, argument
50 $this->item_type = $a_item_type;
H A Dclass.ilObjTaxonomy.php358 public static function getSubTreeItems($a_comp, $a_obj_id, $a_item_type, $a_tax_id, $a_node) argument
367 $tn_ass = new ilTaxNodeAssignment($a_comp, $a_obj_id, $a_item_type, $a_tax_id);
H A Dclass.ilObjTaxonomyGUI.php133 …signedItemSorting(ilTaxAssignedItemInfo $a_item_info_obj, $a_component_id, $a_obj_id, $a_item_type) argument
139 $this->assigned_item_type = $a_item_type;
/dports/www/ilias/ILIAS-5.4.25/Services/Taxonomy/interfaces/
H A Dinterface.ilTaxAssignedItemInfo.php19 * @param string $a_item_type item type identifier, e.g. "term" for glossary terms
22 public function getTitle($a_comp_id, $a_item_type, $a_item_id); argument
/dports/www/ilias6/ILIAS-6.14/Services/Taxonomy/interfaces/
H A Dinterface.ilTaxAssignedItemInfo.php19 * @param string $a_item_type item type identifier, e.g. "term" for glossary terms
22 public function getTitle($a_comp_id, $a_item_type, $a_item_id); argument
/dports/www/ilias/ILIAS-5.4.25/Services/Tracking/classes/collection/
H A Dclass.ilLPCollectionOfRepositoryObjects.php113 protected function validateEntry($a_item_ref_id, $a_item_type = null) argument
115 if (!$a_item_type) {
116 $a_item_type = ilObject::_lookupType($a_item_ref_id, true);
120 if ($a_item_type == 'tst') {
/dports/www/ilias6/ILIAS-6.14/Services/Tracking/classes/collection/
H A Dclass.ilLPCollectionOfRepositoryObjects.php116 protected function validateEntry($a_item_ref_id, $a_item_type = null) argument
118 if (!$a_item_type) {
119 $a_item_type = ilObject::_lookupType($a_item_ref_id, true);
123 if ($a_item_type == 'tst') {
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilAssQuestionList.php727 * @param string $a_item_type ('quest' in our context)
730 public function getTitle($a_comp_id, $a_item_type, $a_item_id) argument
732 if ($a_comp_id != 'qpl' || $a_item_type != 'quest' || !(int) $a_item_id) {
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilAssQuestionList.php728 * @param string $a_item_type ('quest' in our context)
731 public function getTitle($a_comp_id, $a_item_type, $a_item_id) argument
733 if ($a_comp_id != 'qpl' || $a_item_type != 'quest' || !(int) $a_item_id) {
/dports/www/ilias/ILIAS-5.4.25/Services/Container/classes/
H A Dclass.ilContainerRenderer.php256 * @param string $a_item_type repository object type
262 …public function addItemToBlock($a_block_id, $a_item_type, $a_item_id, $a_item_html, $a_force = fal… argument
265 $a_item_type != "itgr" &&
279 "type" => $a_item_type
/dports/www/ilias6/ILIAS-6.14/Services/Container/classes/
H A Dclass.ilContainerRenderer.php256 * @param string $a_item_type repository object type
262 …public function addItemToBlock($a_block_id, $a_item_type, $a_item_id, $a_item_html, $a_force = fal… argument
265 $a_item_type != "itgr" &&
279 "type" => $a_item_type