|
ultimix
|
Public Member Functions | |
| __construct () | |
| compile_direct_controller (&$Settings) | |
| compile_direct_view (&$Settings) | |
| compile_redirect (&$Settings) | |
| compile_safe (&$Settings, $Data) | |
| compile_common_literals ($Names, $Str, $Changed) | |
| compile_front_page_literals ($Names, $Str, $Changed) | |
| compile_for_pages ($Settings, $Data) | |
| compile_not_for_pages ($Settings, $Data) | |
| compile_meta (&$Settings) | |
Data Fields | |
| $PageMarkupUtilities = false | |
| $Security = false | |
Class processes page's macro.
Definition at line 26 of file page_markup.php.
| __construct | ( | ) |
Constructor.
Definition at line 52 of file page_markup.php.
| compile_common_literals | ( | $Names, | |
| $Str, | |||
| $Changed | |||
| ) |
Function processes macro.
| $Names | - Literals. |
| $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 262 of file page_markup.php.
| compile_direct_controller | ( | & | $Settings | ) |
Function compiles macro 'direct_controller'.
| $Settings | - Compilation parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 89 of file page_markup.php.
| compile_direct_view | ( | & | $Settings | ) |
Function compiles macro 'error_messages'.
| $Settings | - Compilation parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 128 of file page_markup.php.
| compile_for_pages | ( | $Settings, | |
| $Data | |||
| ) |
Function compiles macro 'for_pages'.
| $Settings | - Parameters. |
| $Data | - Данные. |
| Exception | - An exception of this type is thrown. |
Definition at line 370 of file page_markup.php.
| compile_front_page_literals | ( | $Names, | |
| $Str, | |||
| $Changed | |||
| ) |
Function processes macro.
| $Names | - Literals. |
| $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 315 of file page_markup.php.
| compile_meta | ( | & | $Settings | ) |
Function compiles macro 'meta'.
| $Settings | - Compilation parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 553 of file page_markup.php.
| compile_not_for_pages | ( | $Settings, | |
| $Data | |||
| ) |
Function compiles macro 'for_pages'.
| $Settings | - Parameters. |
| $Data | - Данные. |
| Exception | - An exception of this type is thrown. |
Definition at line 417 of file page_markup.php.
| compile_redirect | ( | & | $Settings | ) |
Function compiles macro 'redirect'.
| $Settings | - Parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 174 of file page_markup.php.
| compile_safe | ( | & | $Settings, |
| $Data | |||
| ) |
Function compiles macro 'safe'.
| $Settings | - Parameters. |
| $Data | - Данные. |
| Exception | - An exception of this type is thrown. |
Definition at line 220 of file page_markup.php.
| $PageMarkupUtilities = false |
Cached objects.
Definition at line 39 of file page_markup.php.
| $Security = false |
Definition at line 40 of file page_markup.php.