|
ultimix
|
Public Member Functions | |
| __construct () | |
| get_fields_from_array ($Prefix, $Mode, &$Array) | |
| get_fields ($Prefix, $Mode) | |
| get_value (&$Array, $Field, $Type= 'set', $DefaultValue= '_throw_exception') | |
| get_global ($Field, $Type, $Mode, $DefaultValue= '_throw_exception') | |
| get_all_posted_data () | |
Data Fields | |
| $Security = false | |
| $SecurityParser = false | |
| $Settings = false | |
| $String = false | |
| $SupportedDataTypes = false | |
Class with additional algorithms.
Definition at line 26 of file security_utilities.php.
| __construct | ( | ) |
Constructor.
Definition at line 54 of file security_utilities.php.
| get_all_posted_data | ( | ) |
Function returns all data from $_POST.
| Exception | An exception of this type is thrown. |
Definition at line 540 of file security_utilities.php.
| get_fields | ( | $Prefix, | |
| $Mode | |||
| ) |
Selecting fields.
| $Prefix | - Search string. |
| $Mode | - Data resource. |
| Exception | An exception of this type is thrown. |
Definition at line 146 of file security_utilities.php.
| get_fields_from_array | ( | $Prefix, | |
| $Mode, | |||
| & | $Array | ||
| ) |
Selecting fields from the array.
| $Prefix | - Search string. |
| $Mode | - Data resource. |
| $Array | - Array. |
| Exception | An exception of this type is thrown. |
Definition at line 98 of file security_utilities.php.
| get_global | ( | $Field, | |
| $Type, | |||
| $Mode, | |||
$DefaultValue = '_throw_exception' |
|||
| ) |
Selecting data.
| $Field | - Field name. |
| $Type | - Data type. |
| $Mode | - Data resource. |
| $DefaultValue | - Default value. |
| Exception | An exception of this type is thrown. |
Definition at line 491 of file security_utilities.php.
| get_value | ( | & | $Array, |
| $Field, | |||
$Type = 'set', |
|||
$DefaultValue = '_throw_exception' |
|||
| ) |
Selecting data from the array.
| $Array | - Data array. |
| $Field | - Field name in array $_GET. |
| $Type | - Data type. |
| $DefaultValue | - Default value. |
| Exception | An exception of this type is thrown. |
Definition at line 211 of file security_utilities.php.
| $Security = false |
Cached objects.
Definition at line 38 of file security_utilities.php.
| $SecurityParser = false |
Definition at line 39 of file security_utilities.php.
| $Settings = false |
Definition at line 40 of file security_utilities.php.
| $String = false |
Definition at line 41 of file security_utilities.php.
| $SupportedDataTypes = false |
Definition at line 42 of file security_utilities.php.