57 return " nicht beantwortet";
70 switch ($comperator) {
72 return !$result->hasSolutions();
75 return $result->hasSolutions();
81 $solution = $result->getSolutionForKey($index);
82 switch ($comperator) {
84 return $solution ==
null;
87 return $solution !=
null;
104 $this->matched =
true;
checkResult($result, $comperator, $index=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setMatches($matches)
Sets the result of the parsed value by a specific expression pattern.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getDescription()
Get a human readable description of the Composite element.
getValue()
Get the value of this Expression.