Home
last modified time | relevance | path

Searched refs:a_glo_ref_id (Results 1 – 8 of 8) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Glossary/classes/
H A Dclass.ilGlossaryAdvMetaDataAdapter.php27 public function __construct($a_glo_ref_id) argument
33 $this->glo_id = ilObject::_lookupObjectId($a_glo_ref_id);
34 $this->glo_ref_id = $a_glo_ref_id;
H A Dclass.ilGlossaryTerm.php367 $a_glo_ref_id, argument
378 if (is_array($a_glo_ref_id)) {
381 }, $a_glo_ref_id);
383 $a_glo_id = ilObject::_lookupObjectId($a_glo_ref_id);
464 if (($a_add_amet_fields || is_array($a_amet_filter)) && !is_array($a_glo_ref_id)) {
466 …$terms = ilAdvancedMDValues::queryForRecords($a_glo_ref_id, "glo", "term", $glo_ids, "term", $term…
H A Dclass.ilObjGlossary.php1354 public function autoLinkGlossaryTerms($a_glo_ref_id) argument
1358 $terms = ilGlossaryTerm::getTermList($a_glo_ref_id);
/dports/www/ilias6/ILIAS-6.14/Modules/Glossary/classes/
H A Dclass.ilGlossaryAdvMetaDataAdapter.php25 public function __construct($a_glo_ref_id) argument
31 $this->glo_id = ilObject::_lookupObjectId($a_glo_ref_id);
32 $this->glo_ref_id = $a_glo_ref_id;
H A Dclass.ilGlossaryTerm.php362 $a_glo_ref_id, argument
373 if (is_array($a_glo_ref_id)) {
376 }, $a_glo_ref_id);
378 $a_glo_id = ilObject::_lookupObjectId($a_glo_ref_id);
458 if (($a_add_amet_fields || is_array($a_amet_filter)) && !is_array($a_glo_ref_id)) {
459 …$terms = ilAdvancedMDValues::queryForRecords($a_glo_ref_id, "glo", "term", $glo_ids, "term", $term…
H A Dclass.ilObjGlossary.php1054 public function autoLinkGlossaryTerms($a_glo_ref_id) argument
1057 $terms = ilGlossaryTerm::getTermList($a_glo_ref_id);
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilObjContentObject.php2718 public function autoLinkGlossaryTerms($a_glo_ref_id) argument
2721 $terms = ilGlossaryTerm::getTermList($a_glo_ref_id);
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilObjContentObject.php3479 public function autoLinkGlossaryTerms($a_glo_ref_id) argument
3483 $terms = ilGlossaryTerm::getTermList($a_glo_ref_id);