|
ultimix
|
Public Member Functions | |
| __construct () | |
| compile_all_macroes (&$Options, $Str, $Changed) | |
| compile_string ($Str) | |
Data Fields | |
| $Cache = false | |
| $CachedMultyFS = false | |
| $ConfigSettings = false | |
| $Settings = false | |
| $String = false | |
| $Utilities = false | |
| $MacroScripts = false | |
| $ParsedConfig = false | |
View.
Definition at line 26 of file auto_markup.php.
| __construct | ( | ) |
Constructor.
| Exception | - An exception of this type is thrown. |
Definition at line 83 of file auto_markup.php.
| compile_all_macroes | ( | & | $Options, |
| $Str, | |||
| $Changed | |||
| ) |
Function processes macroes.
| $Options | - Settings. |
| $Str | - String to process. |
| $Changed | - true if any of the page's elements was compiled. |
| Exception | - An exception of this type is thrown. |
Definition at line 776 of file auto_markup.php.
| compile_string | ( | $Str | ) |
Function processes string.
| $Str | - String to process. |
| Exception | - An exception of this type is thrown. |
Definition at line 819 of file auto_markup.php.
| $Cache = false |
Cached object.
Definition at line 38 of file auto_markup.php.
| $CachedMultyFS = false |
Definition at line 39 of file auto_markup.php.
| $ConfigSettings = false |
Definition at line 40 of file auto_markup.php.
| $MacroScripts = false |
Configs.
Definition at line 55 of file auto_markup.php.
| $ParsedConfig = false |
Parsed config.
Definition at line 67 of file auto_markup.php.
| $Settings = false |
Definition at line 41 of file auto_markup.php.
| $String = false |
Definition at line 42 of file auto_markup.php.
| $Utilities = false |
Definition at line 43 of file auto_markup.php.