Home
last modified time | relevance | path

Searched refs:a_top_num (Results 1 – 3 of 3) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/Modules/LTIConsumer/classes/
H A Dclass.ilObjLTIConsumer.php671 * @param integer $a_top_num Number of entries in the top-rankings table.
673 public function setHighscoreTopNum($a_top_num) argument
675 $this->_highscore_top_num = (int) $a_top_num;
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTest.php11212 * @param integer $a_top_num Number of entries in the top-rankings table.
11214 public function setHighscoreTopNum($a_top_num) argument
11216 $this->_highscore_top_num = (int) $a_top_num;
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTest.php11373 * @param integer $a_top_num Number of entries in the top-rankings table.
11375 public function setHighscoreTopNum($a_top_num) argument
11377 $this->_highscore_top_num = (int) $a_top_num;