ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilAssLacEqualsOperation.php
Go to the documentation of this file.
1<?php
2
3include_once 'Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Operations/ilAssLacAbstractOperation.php';
4
13{
14
18 public static $pattern = "=";
19
24 public function getDescription()
25 {
26 return 'mit genau ';
27 }
28
29 public function getPattern()
30 {
31 return self::$pattern;
32 }
33}
An exception for terminatinating execution or to throw for unit testing.
getDescription()
Get a human readable description of the Composite element.