Method |
Description |
|
file_exists ( ) : boolean |
Validate file exists. |
|
get_allowed_mime_types ( ) : array |
Get allowed mime types. |
|
get_data ( ) : array |
Returns all data for this object. |
|
get_file ( ) : string |
Get file. |
|
get_file_extension ( ) : string |
Get file extension. |
|
get_file_type ( ) : string |
Get file type. |
|
get_id ( ) : string |
Get id. |
|
get_name ( ) : string |
Get name. |
|
get_previous_hash ( ) : string |
Get previous_hash. |
|
get_type_of_file_path ( string $file_path = '' ) : string |
Get type of file path set. |
|
is_allowed_filetype ( ) : boolean |
Check if file is allowed. |
|
offsetExists ( string $offset ) : boolean |
offsetExists |
|
offsetGet ( string $offset ) : mixed |
offsetGet |
|
offsetSet ( string $offset, mixed $value ) |
offsetSet |
|
offsetUnset ( string $offset ) |
offsetUnset |
|
set_file ( string $value ) |
Set file. |
|
set_id ( string $value ) |
Set ID. |
|
set_name ( string $value ) |
Set name. |
|
set_previous_hash ( string $value ) |
Set previous_hash. |
|