|
Elgg
Version 1.11
|
Go to the source code of this file.
Functions | |
| file_get_simple_type ($mime_type) | |
| Returns the category of a file from its MIME type. More... | |
| file_get_general_file_type ($mime_type) | |
| Returns the category of a file from its MIME type. More... | |
| elgg_get_access_object () | |
| Returns an object with methods set_ignore_access() and get_ignore_access() for back compatibility. More... | |
| generate_user_password (\ElggUser $user, $password) | |
| Create a legacy password hash (salted MD5). More... | |
| elgg_get_access_object | ( | ) |
Returns an object with methods set_ignore_access() and get_ignore_access() for back compatibility.
Note: This no longer promises to return an instance of ElggAccess or Elgg\Access.
Definition at line 39 of file deprecated-1.10.php.
| file_get_general_file_type | ( | $mime_type | ) |
Returns the category of a file from its MIME type.
| string | $mime_type | The MIME type |
Definition at line 24 of file deprecated-1.10.php.
| file_get_simple_type | ( | $mime_type | ) |
Returns the category of a file from its MIME type.
| string | $mime_type | The MIME type |
Definition at line 11 of file deprecated-1.10.php.
| generate_user_password | ( | \ElggUser | $user, |
| $password | |||
| ) |
Create a legacy password hash (salted MD5).
| \ElggUser | $user | The user this is being generated for. |
| string | $password | Password in clear text |
Definition at line 55 of file deprecated-1.10.php.