34 return '/-?[0-9\.]+/';
45 preg_match_all($this->
getPattern(), $value, $result);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
parseValue($value)
Parses the delivered Value and sets the relevant information for an Expression as attributes.
getPattern()
Get the Pattern to match relevant informations for an Expression.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...