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