ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
HFile_MFL Class Reference
+ Inheritance diagram for HFile_MFL:
+ Collaboration diagram for HFile_MFL:

Public Member Functions

 HFile_MFL ()
 

Detailed Description

Definition at line 6 of file HFile_mfl.php.

Member Function Documentation

◆ HFile_MFL()

HFile_MFL::HFile_MFL ( )

Definition at line 8 of file HFile_mfl.php.

9 {
10 $this->HFile(); // Call the HFile constructor.
11 $this->colours = array("blue", "brown", "red");
12 $this->delimiters = array(" ", " ", "(", ")", ".");
13 $this->keywords = array(
14 "import" => "1",
15 "function" => "1",
16 "forall" => "1",
17 "return" => "2",
18 "print" => "2",
19 "+" => "3",
20 "=" => "3"
21 );
22 # $this->stringchars = array("\"", "'");
23 # $this->escchar = "\\";
24 }

The documentation for this class was generated from the following file: