diff --git a/main/newscorm/learnpathItem.class.php b/main/newscorm/learnpathItem.class.php index a05017850f..1b259b4aa5 100644 --- a/main/newscorm/learnpathItem.class.php +++ b/main/newscorm/learnpathItem.class.php @@ -988,6 +988,20 @@ class learnpathItem{ } return $scorm_time; } + /** + * Returns search index's internal ID + * @return int The indexing engine's internal ID for this lp-item + */ + function get_search_id() { + return $this->search_did; + } + /** + * Returns index terms + * @return string Comma-separated list of index terms + */ + function get_terms() { + return $this->terms; + } /** * Returns the item's title * @return string Title