ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
HFile_MFL Class Reference
+ Inheritance diagram for HFile_MFL:
+ Collaboration diagram for HFile_MFL:

Public Member Functions

 HFile_MFL ()
 
- Public Member Functions inherited from HFile
 __construct ()
 
 parse_file ($file)
 
 to_perl ($stub, $tofile=1)
 
 to_php ($stub, $tofile=1)
 
 _get_categories ()
 
 _dump_linkscripts ()
 
 _dump_perl_linkscripts ()
 
 _dump_perl_defaultscripts ()
 
 _dump_colours ()
 
 _dump_var ($variable, $name)
 
 _dump_array ($array, $name)
 
 _dump_perl_array ($array, $name)
 
 _dump_hash ($hash, $name)
 
 _dump_perl_hash ($hash, $name)
 

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.

References array.

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  }
Create styles array
The data for the language used.
Definition: HFile.php:21

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