|
ultimix
|
Public Member Functions | |
| __construct () | |
| get_extensions ($Type, $AsString=false) | |
| get_file_filters ($Type) | |
| get_by_id ($id) | |
Data Fields | |
| $FileInputAccess = false | |
| $Security = false | |
| $Extensions = array() | |
Class provides file algorithms.
Definition at line 26 of file file_input_algorithms.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 57 of file file_input_algorithms.php.
| get_by_id | ( | $id | ) |
Function returns record by it's id.
| $id | - Id of the searching record. |
| Exception | An exception of this type is thrown. |
Definition at line 206 of file file_input_algorithms.php.
| get_extensions | ( | $Type, | |
$AsString = false |
|||
| ) |
Function returns a list of the uploading files.
| $Type | - Type of uploading files. |
| $AsString | - Type of the return value. |
| Exception | An exception of this type is thrown. |
Definition at line 110 of file file_input_algorithms.php.
| get_file_filters | ( | $Type | ) |
Function returns filter.
| $Type | - Type of uploading files. |
| Exception | An exception of this type is thrown. |
Definition at line 153 of file file_input_algorithms.php.
| $Extensions = array() |
Definition at line 41 of file file_input_algorithms.php.
| $FileInputAccess = false |
Cached packages.
Definition at line 38 of file file_input_algorithms.php.
| $Security = false |
Definition at line 39 of file file_input_algorithms.php.