Home
last modified time | relevance | path

Searched refs:getPoolUsage (Results 1 – 12 of 12) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestExpressPageObjectGUI.php406 if ($this->test_object->getPoolUsage()) {
H A Dclass.ilObjTestGUI.php1605 if ($this->object->getPoolUsage()) {
2006 if ($this->object->getPoolUsage()) {
2123 if ($this->object->getPoolUsage()) {
3059 if ($this->object->getPoolUsage()) {
H A Dclass.ilObjTest.php1305 'pool_usage' => array('integer', $this->getPoolUsage()),
1424 'pool_usage' => array('integer', $this->getPoolUsage()),
6108 $a_xml_writer->xmlElement("fieldentry", null, $this->getPoolUsage() ? 1 : 0);
7166 $newObj->setPoolUsage($this->getPoolUsage());
9751 'pool_usage' => $this->getPoolUsage(),
10771 public function getPoolUsage() function in ilObjTest
H A Dclass.ilObjTestSettingsGeneralGUI.php573 $pool_usage->setValue($this->testOBJ->getPoolUsage() ? 1 : 0);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestExpressPageObjectGUI.php409 if ($this->test_object->getPoolUsage()) {
H A Dclass.ilObjTestGUI.php1663 if ($this->object->getPoolUsage()) {
2064 if ($this->object->getPoolUsage()) {
2181 if ($this->object->getPoolUsage()) {
3118 if ($this->object->getPoolUsage()) {
H A Dclass.ilObjTest.php1308 'pool_usage' => array('integer', $this->getPoolUsage()),
1428 'pool_usage' => array('integer', $this->getPoolUsage()),
6132 $a_xml_writer->xmlElement("fieldentry", null, $this->getPoolUsage() ? 1 : 0);
7194 $newObj->setPoolUsage($this->getPoolUsage());
9788 'pool_usage' => $this->getPoolUsage(),
10932 public function getPoolUsage() function in ilObjTest
H A Dclass.ilObjTestSettingsGeneralGUI.php574 $pool_usage->setValue($this->testOBJ->getPoolUsage() ? 1 : 0);
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php777 "pool_usage" => array("integer", $this->getPoolUsage()),
824 "pool_usage" => array("integer", $this->getPoolUsage()),
3496 $custom_properties["pool_usage"] = (int) $this->getPoolUsage();
3826 $newObj->setPoolUsage($this->getPoolUsage());
4922 public function getPoolUsage() function in ilObjSurvey
4939 $use_pool = (bool) $this->getPoolUsage();
H A Dclass.ilObjSurveyGUI.php861 $pool_usage->setValue($this->object->getPoolUsage());
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php777 "pool_usage" => array("integer", $this->getPoolUsage()),
824 "pool_usage" => array("integer", $this->getPoolUsage()),
3318 $custom_properties["pool_usage"] = (int) $this->getPoolUsage();
3638 $newObj->setPoolUsage($this->getPoolUsage());
4715 public function getPoolUsage() function in ilObjSurvey
4732 $use_pool = (bool) $this->getPoolUsage();
H A Dclass.ilObjSurveyGUI.php871 $pool_usage->setValue($this->object->getPoolUsage());