Home
last modified time | relevance | path

Searched refs:setAllowedUsers (Results 1 – 4 of 4) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTestSettingsGeneralGUI.php937 … $this->testOBJ->setAllowedUsers($form->getItemByPostVar('allowedUsers')->getValue());
940 $this->testOBJ->setAllowedUsers(''); // otherwise test will still respect value
H A Dclass.ilObjTest.php1911 $this->setAllowedUsers($data->allowedusers);
5912 $this->setAllowedUsers($metadata["entry"]);
7118 $newObj->setAllowedUsers($this->getAllowedUsers());
9114 public function setAllowedUsers($a_allowed_users) function in ilObjTest
9898 $this->setAllowedUsers($testsettings['allowedusers']);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTestSettingsGeneralGUI.php937 … $this->testOBJ->setAllowedUsers($form->getItemByPostVar('allowedUsers')->getValue());
940 $this->testOBJ->setAllowedUsers(''); // otherwise test will still respect value
H A Dclass.ilObjTest.php1916 $this->setAllowedUsers($data->allowedusers);
5936 $this->setAllowedUsers($metadata["entry"]);
7145 $newObj->setAllowedUsers($this->getAllowedUsers());
9150 public function setAllowedUsers($a_allowed_users) function in ilObjTest
9936 $this->setAllowedUsers($testsettings['allowedusers']);