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

Public Member Functions

 HFile_sgml ()
 
 donothing ($keywordin)
 

Detailed Description

Definition at line 7 of file HFile_sgml.php.

Member Function Documentation

◆ donothing()

HFile_sgml::donothing (   $keywordin)

Definition at line 66 of file HFile_sgml.php.

67 {
68 return $keywordin;
69 }

◆ HFile_sgml()

HFile_sgml::HFile_sgml ( )

Definition at line 9 of file HFile_sgml.php.

10 {
11 $this->HFile();
12 /*************************************/
13 // Beautifier Highlighting Configuration File
14 // SGML
15 /*************************************/
16 // Flags
17
18 $this->nocase = "1";
19 $this->notrim = "0";
20 $this->perl = "0";
21
22 // Colours
23
24 $this->colours = array("blue", "purple");
25 $this->quotecolour = "blue";
26 $this->blockcommentcolour = "green";
27 $this->linecommentcolour = "green";
28
29 // Indent Strings
30
31 $this->indent = array();
32 $this->unindent = array();
33
34 // String characters and delimiters
35
36 $this->stringchars = array("\"", "\"");
37 $this->delimiters = array("~", "!", "@", "$", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?");
38 $this->escchar = "";
39
40 // Comment settings
41
42 $this->linecommenton = array("");
43 $this->blockcommenton = array("<!--");
44 $this->blockcommentoff = array("-->");
45
46 // Keywords (keyword mapping to colour number)
47
48 $this->keywords = array(
49 "<>" => "1",
50 "%;" => "2",
51 "&;" => "2");
52
53 // Special extensions
54
55 // Each category can specify a PHP function that returns an altered
56 // version of the keyword.
57
58
59
60 $this->linkscripts = array(
61 "1" => "donothing",
62 "2" => "donothing");
63 }

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