ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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
 HFile ()
 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 ( )

Definition at line 8 of file HFile_mfl.php.

References HFile\HFile().

{
$this->HFile(); // Call the HFile constructor.
$this->colours = array("blue", "brown", "red");
$this->delimiters = array(" ", " ", "(", ")", ".");
$this->keywords = array(
"import" => "1",
"function" => "1",
"forall" => "1",
"return" => "2",
"print" => "2",
"+" => "3",
"=" => "3"
);
# $this->stringchars = array("\"", "'");
# $this->escchar = "\\";
}

+ Here is the call graph for this function:


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