42     public static $pattern = 
'/(Q\d+)(?=\=|<|>|\s|$)/';
    65         $this->question_index = $matches[0][0];
    93         return "Frage " . $this->question_index . 
" ";
 getQuestionIndex()
Get the question index. 
 
getValue()
Get the value of this Expression. 
 
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...
 
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. 
 
getDescription()
Get a human readable description of the Composite element.