|
ultimix
|
Public Member Functions | |
| __construct () | |
| compile_sprintf (&$Settings) | |
| compile_encoding ($Str, $Changed) | |
Data Fields | |
| $BlockSettings = false | |
| $String = false | |
Class processes string macro.
Definition at line 26 of file string_markup.php.
| __construct | ( | ) |
Constructor.
Definition at line 52 of file string_markup.php.
| compile_encoding | ( | $Str, | |
| $Changed | |||
| ) |
Function compiles macro 'encoding'.
| $Settings | - Processing options. |
| Exception | An exception of this type is thrown. |
Definition at line 125 of file string_markup.php.
| compile_sprintf | ( | & | $Settings | ) |
Function compiles macro 'sprintf'.
| $Settings | - Processing options. |
| Exception | An exception of this type is thrown. |
Definition at line 88 of file string_markup.php.
| $BlockSettings = false |
Cached objects.
Definition at line 39 of file string_markup.php.
| $String = false |
Definition at line 40 of file string_markup.php.