|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($browser, $context, $user) | |
| get_file_info ($component, $filearea, $itemid, $filepath, $filename) | |
| get_visible_name () | |
| is_writable () | |
| is_directory () | |
| get_children () | |
| get_parent () | |
Protected Member Functions | |
| get_area_user_private ($itemid, $filepath, $filename) | |
| get_area_user_profile ($itemid, $filepath, $filename) | |
| get_area_user_draft ($itemid, $filepath, $filename) | |
| get_area_user_backup ($itemid, $filepath, $filename) | |
Protected Attributes | |
| $user | |
Definition at line 38 of file file_info_context_user.php.
| __construct | ( | $ | browser, |
| $ | context, | ||
| $ | user | ||
| ) |
Definition at line 41 of file file_info_context_user.php.
| get_area_user_backup | ( | $ | itemid, |
| $ | filepath, | ||
| $ | filename | ||
| ) | [protected] |
Definition at line 177 of file file_info_context_user.php.


| get_area_user_draft | ( | $ | itemid, |
| $ | filepath, | ||
| $ | filename | ||
| ) | [protected] |
Definition at line 147 of file file_info_context_user.php.

| get_area_user_private | ( | $ | itemid, |
| $ | filepath, | ||
| $ | filename | ||
| ) | [protected] |
Definition at line 79 of file file_info_context_user.php.


| get_area_user_profile | ( | $ | itemid, |
| $ | filepath, | ||
| $ | filename | ||
| ) | [protected] |
Definition at line 113 of file file_info_context_user.php.

| get_children | ( | ) |
Returns list of children.
Reimplemented from file_info.
Definition at line 235 of file file_info_context_user.php.

| get_file_info | ( | $ | component, |
| $ | filearea, | ||
| $ | itemid, | ||
| $ | filepath, | ||
| $ | filename | ||
| ) |
Return information about this specific context level
| $component | |
| $filearea | |
| $itemid | |
| $filepath | |
| $filename |
Definition at line 55 of file file_info_context_user.php.

| get_parent | ( | ) |
Returns parent file_info instance
Reimplemented from file_info.
Definition at line 258 of file file_info_context_user.php.
| get_visible_name | ( | ) |
Returns localised visible name.
Reimplemented from file_info.
Definition at line 211 of file file_info_context_user.php.
| is_directory | ( | ) |
Is directory?
Reimplemented from file_info.
Definition at line 227 of file file_info_context_user.php.
| is_writable | ( | ) |
Can I add new files or directories?
Reimplemented from file_info.
Definition at line 219 of file file_info_context_user.php.
$user [protected] |
Definition at line 39 of file file_info_context_user.php.