39 public static $pattern =
'/\*[0-9]+(?:,[0-9]+)*\*/';
67 $this->exclusive = [];
69 foreach ($matches[0] as $match) {
70 $this->exclusive[] = $match;
88 return "*" . join(
",", $this->exclusive) .
"*";
97 return join(
",", $this->exclusive) .
" beantwortet ";
109 $values = $result->getUserSolutionsByIdentifier(
"value");
114 switch ($comperator) {
setMatches($matches)
Sets the result of the parsed value by a specific expression pattern.
getDescription()
Get a human readable description of the Composite element.
sort()
description: > Example for rendering a Sort Glyph.
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...
checkResult($result, $comperator, $index=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getValue()
Get the value of this Expression.