|
ultimix
|
Public Member Functions | |
| __construct () | |
| show_safe_macro ($Str) | |
| hide_safe_macro ($Str) | |
| get_type ($Predicates) | |
| compile_integer ($Data) | |
| compile_digits ($Data) | |
| compile_integer_list ($Data) | |
| compile_float ($Data) | |
| compile_command ($Data) | |
| compile_string ($Data) | |
| compile_script ($Data) | |
| compile_unsafe_string ($Data) | |
| compile_email ($Data) | |
| compile_data (&$Data, $Type) | |
| dispatch_complex_data (&$Data, $Type) | |
Data Fields | |
| $String = false | |
| $SupportedData = array() | |
Class with all supported data description.
Definition at line 44 of file supported_data_types.php.
| __construct | ( | ) |
Constructor.
Definition at line 80 of file supported_data_types.php.
| compile_command | ( | $Data | ) |
Function processes data of type 'command'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 436 of file supported_data_types.php.
| compile_data | ( | & | $Data, |
| $Type | |||
| ) |
Function processes data.
| $Data | - Data to process. |
| $Type | - Data type. |
| Exception | An exception of this type is thrown. |
Definition at line 684 of file supported_data_types.php.
| compile_digits | ( | $Data | ) |
Function processes data of type 'digits'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 308 of file supported_data_types.php.
| compile_email | ( | $Data | ) |
Function processes data of type 'email'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 630 of file supported_data_types.php.
| compile_float | ( | $Data | ) |
Function processes data of type 'float'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 402 of file supported_data_types.php.
| compile_integer | ( | $Data | ) |
Function processes data of type 'integer'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 270 of file supported_data_types.php.
| compile_integer_list | ( | $Data | ) |
Function processes data of type 'integer_list'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 353 of file supported_data_types.php.
| compile_script | ( | $Data | ) |
Function processes data of type 'string'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 532 of file supported_data_types.php.
| compile_string | ( | $Data | ) |
Function processes data of type 'string'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 483 of file supported_data_types.php.
| compile_unsafe_string | ( | $Data | ) |
Function processes data of type 'unsafe_string'.
| $Data | - Data to process. |
| Exception | An exception of this type is thrown. |
Definition at line 582 of file supported_data_types.php.
| dispatch_complex_data | ( | & | $Data, |
| $Type | |||
| ) |
Function processes arrays and objects.
| $Data | - Data to process. |
| $Type | - Data type. |
| Exception | An exception of this type is thrown. |
Definition at line 736 of file supported_data_types.php.
| get_type | ( | $Predicates | ) |
Function retrives type.
| $Predicates | - Type of the parsing element. |
| Exception | An exception of this type is thrown. |
Definition at line 225 of file supported_data_types.php.
| hide_safe_macro | ( | $Str | ) |
Function hides some safe macro, in a way that simple user can input them using common editor on the site.
| $Str | - String to process. |
| Exception | An exception of this type is thrown. |
Definition at line 189 of file supported_data_types.php.
| show_safe_macro | ( | $Str | ) |
Function shows some safe macro, in a way that simple user can input them using common editor on the site.
| $Str | - String to process. |
| Exception | An exception of this type is thrown. |
Definition at line 152 of file supported_data_types.php.
| $String = false |
Cached objects.
Definition at line 56 of file supported_data_types.php.
| $SupportedData = array() |
A list of the supported data types.
Definition at line 68 of file supported_data_types.php.