ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilAssLacGreaterOperation.php
Go to the documentation of this file.
1 <?php
2 
3 include_once 'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Operations/ilAssLacAbstractOperation.php';
4 
13 
17  public static $pattern = ">";
18 
19  function getDescription()
20  {
21  return "mit mehr als ";
22  }
23 
27  public function getPattern()
28  {
29  return self::$pattern;
30  }
31 }
getDescription()
Get a human readable description of the Composite element.