Definition at line 7 of file HFile_schema.php.
◆ donothing()
HFile_schema::donothing |
( |
|
$keywordin | ) |
|
◆ HFile_schema()
HFile_schema::HFile_schema |
( |
| ) |
|
Definition at line 9 of file HFile_schema.php.
References array.
24 $this->colours =
array(
"blue",
"purple");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array();
32 $this->unindent =
array();
36 $this->stringchars =
array(
"\"");
37 $this->delimiters =
array(
"(",
")",
"\"",
",",
" ",
".",
"?",
"=",
";");
42 $this->linecommenton =
array(
"");
43 $this->blockcommenton =
array(
"/*");
44 $this->blockcommentoff =
array(
"*/");
48 $this->keywords =
array(
53 "CMN_DATA_TYPE" =>
"1",
55 "DB_DATA_TYPE" =>
"1",
60 "GEN_FIELD_ID" =>
"1",
66 "LOCAL_SCHEMA_REVISION" =>
"1",
79 "RELATIONS_END" =>
"1",
80 "SCHEMA_REVISION" =>
"1",
84 "USER_DEFINED" =>
"1",
98 $this->linkscripts =
array(
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: