4require_once
'Services/Form/classes/class.ilPropertyFormGUI.php';
25 parent::__construct();
50 $itemWasReplaced =
false;
52 $preparedItems = array();
54 foreach($this->
getItems() as $dodgingItem)
58 if( $dodgingItem->getPostVar() == $replacingItem->
getPostVar() )
60 $preparedItems[] = $replacingItem;
61 $itemWasReplaced =
true;
65 $preparedItems[] = $dodgingItem;
70 return $itemWasReplaced;
An exception for terminatinating execution or to throw for unit testing.
Abstract basic class which is to be extended by the concrete assessment question type classes.
getSelfAssessmentEditingMode()
Get Self-Assessment Editing Mode.
$GLOBALS['loaded']
Global hash that tracks already loaded includes.