ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilAssLacNotEqualsOperation.php
Go to the documentation of this file.
1 <?php
2 
3 include_once 'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Operations/ilAssLacAbstractOperation.php';
4 
13 {
14 
18  public static $pattern = "<>";
19 
20  public function getDescription()
21  {
22  return "nicht mit ";
23  }
24 
28  public function getPattern()
29  {
30  return self::$pattern;
31  }
32 }
getDescription()
Get a human readable description of the Composite element.