ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 {
14 
18  public static $pattern = "&";
19 
24  public function getDescription()
25  {
26  return "und ";
27  }
28 
32  public function getPattern()
33  {
34  return self::$pattern;
35  }
36 }
getDescription()
Get a human readable description of the Composite element.
Class AndOperation.