ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_MFL Class Reference
+ Inheritance diagram for HFile_MFL:
+ Collaboration diagram for HFile_MFL:

Public Member Functions

 HFile_MFL ()
 

Detailed Description

Definition at line 8 of file HFile_mfl.php.

Member Function Documentation

◆ HFile_MFL()

HFile_MFL::HFile_MFL ( )

Definition at line 10 of file HFile_mfl.php.

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

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