|
ultimix
|
Public Member Functions | |
| __construct () | |
| validate_custom_fields ($Data, $ParsingScript) | |
| validate_fields ($ParsingScript) | |
| get_error_message () | |
Data Fields | |
| $Pred = false | |
| $Settings = false | |
| $String = false | |
| $SupportedDataTypes = false | |
Class with additional algorithms.
Definition at line 26 of file security_validator.php.
| __construct | ( | ) |
Constructor.
Definition at line 53 of file security_validator.php.
| get_error_message | ( | ) |
Function returns error message.
| Exception | An exception of this type is thrown. |
Definition at line 418 of file security_validator.php.
| validate_custom_fields | ( | $Data, | |
| $ParsingScript | |||
| ) |
Function validates array with data.
| $Data | - Array with validating data. |
| $ParsingScript | - Validation script. |
| Exception | An exception of this type is thrown. |
Definition at line 339 of file security_validator.php.
| validate_fields | ( | $ParsingScript | ) |
Function validates form fields.
| $ParsingScript | - Validation script. |
| Exception | An exception of this type is thrown. |
Definition at line 388 of file security_validator.php.
| $Pred = false |
Cached objects.
Definition at line 38 of file security_validator.php.
| $Settings = false |
Definition at line 39 of file security_validator.php.
| $String = false |
Definition at line 40 of file security_validator.php.
| $SupportedDataTypes = false |
Definition at line 41 of file security_validator.php.