Public Member Functions | |
HFile_plain () | |
HFile_plain () | |
donothing ($keywordin) |
Definition at line 6 of file HFile_mixedphp.php.
HFile_plain::donothing | ( | $ | keywordin | ) |
Definition at line 56 of file HFile_plain.php.
{
return $keywordin;
}
HFile_plain::HFile_plain | ( | ) |
Definition at line 8 of file HFile_mixedphp.php.
References HFile::HFile().
{ $this->HFile(); /*************************************/ // Beautifier Highlighting Configuration File // Plain with PHP /*************************************/ // Flags $this->nocase = "1"; $this->notrim = "0"; $this->perl = "0"; $this->zones = array( array("<?", "?>", "HFile_php3") ); }
HFile_plain::HFile_plain | ( | ) |
Definition at line 6 of file HFile_plain.php.
References HFile::HFile().
{ $this->HFile(); /*************************************/ // Beautifier Highlighting Configuration File // HTML /*************************************/ // Flags $this->nocase = "0"; $this->notrim = "1"; $this->perl = "0"; // Colours $this->colours = array(); $this->quotecolour = ""; $this->blockcommentcolour = ""; $this->linecommentcolour = ""; // Indent Strings $this->indent = array(); $this->unindent = array(); // String characters and delimiters $this->stringchars = array(); $this->delimiters = array(); $this->escchar = ""; // Comment settings $this->linecommenton = array(); $this->blockcommenton = array(); $this->blockcommentoff = array(); // Keywords (keyword mapping to colour number) $this->keywords = array(); // Special extensions // Each category can specify a PHP function that returns an altered // version of the keyword. $this->linkscripts = array(); }