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

Public Member Functions

 HFile_mixedphp ()
 
- Public Member Functions inherited from HFile
 __construct ()
 
 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 8 of file HFile_mixedphp.php.

Member Function Documentation

◆ HFile_mixedphp()

HFile_mixedphp::HFile_mixedphp ( )

Definition at line 10 of file HFile_mixedphp.php.

References array.

11  {
12  $this->HFile();
13 
14 
15  /*************************************/
16  // Beautifier Highlighting Configuration File
17  // Plain with PHP
18  /*************************************/
19  // Flags
20 
21  $this->nocase = "1";
22  $this->notrim = "0";
23  $this->perl = "0";
24 
25  $this->zones = array(
26  array("<?", "?>", "HFile_php3")
27  );
28  }
Create styles array
The data for the language used.
Definition: HFile.php:21

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