40     public static $pattern = 
"/Q[0-9]+\\[[0-9]+\\]/";
    67         return '/(\d+)\[(\d+)\]/';
    79         $this->question_index = $matches[1][0];
    80         $this->answer_index = $matches[2][0];
   105         return "Q" . $this->question_index . 
'[' . $this->answer_index . 
']';
   114         return "Frage " . $this->question_index . 
" mit Anwort " . $this->answer_index . 
" beantwortet ";
 
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. 
 
getPattern()
Get the Pattern to match relevant informations for an Expression. 
 
getDescription()
Get a human readable description of the Composite element. 
 
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...