| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Go to the source code of this file.
| Functions | |
| HFile_print_php_file ($tofile=1) | |
| get_categories () | |
| dump_linkscripts ($cats) | |
| dump_colours ($cats) | |
| dump_var ($variable, $name) | |
| dump_array ($array, $name) | |
| dump_hash ($hash, $name) | |
| convert ($file) | |
| Variables | |
| $BEAUT_PATH = "/Services/COPage/syntax_highlight/php" | |
| convert | ( | $file | ) | 
Definition at line 137 of file HFile_conv.php.
References $file, $out, and HFile_print_php_file().
Referenced by ilObjMediaCastGUI\convertFileObject(), and ilWysiwygUtil\startElement().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| dump_array | ( | $array, | |
| $name | |||
| ) | 
Definition at line 112 of file HFile_conv.php.
Referenced by dump_colours(), and HFile_print_php_file().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| dump_colours | ( | $cats | ) | 
Definition at line 95 of file HFile_conv.php.
References dump_array().
Referenced by HFile_print_php_file().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| dump_hash | ( | $hash, | |
| $name | |||
| ) | 
Definition at line 124 of file HFile_conv.php.
Referenced by dump_linkscripts(), and HFile_print_php_file().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| dump_linkscripts | ( | $cats | ) | 
Definition at line 75 of file HFile_conv.php.
References dump_hash().
Referenced by HFile_print_php_file().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| dump_var | ( | $variable, | |
| $name | |||
| ) | 
Definition at line 107 of file HFile_conv.php.
Referenced by HFile_print_php_file().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| get_categories | ( | ) | 
Definition at line 62 of file HFile_conv.php.
Referenced by HFile_print_php_file().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| HFile_print_php_file | ( | $tofile = 1 | ) | 
Definition at line 14 of file HFile_conv.php.
References dump_array(), dump_colours(), dump_hash(), dump_linkscripts(), dump_var(), and get_categories().
Referenced by convert().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| $BEAUT_PATH = "/Services/COPage/syntax_highlight/php" | 
Definition at line 6 of file HFile_conv.php.