ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
ilAssLacAndOperation.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 "und ";
26  }
27 
31  public function getPattern()
32  {
33  return self::$pattern;
34  }
35 }
getDescription()
Get a human readable description of the Composite element.
Class AndOperation.