Inheritance diagram for HFile_MFL:
Collaboration diagram for HFile_MFL:Public Member Functions | |
| HFile_MFL () | |
Definition at line 6 of file HFile_mfl.php.
| 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:
1.7.1