ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilAssLacEqualsOperation.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 
23  public function getDescription()
24  {
25  return 'mit genau ';
26  }
27 
28  public function getPattern()
29  {
30  return self::$pattern;
31  }
32 }
getDescription()
Get a human readable description of the Composite element.