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


Public Member Functions | |
| __construct ($browser, $context) | |
| get_file_info ($component, $filearea, $itemid, $filepath, $filename) | |
| get_visible_name () | |
| is_writable () | |
| is_directory () | |
| get_children () | |
| get_parent () | |
Definition at line 38 of file file_info_context_system.php.
| __construct | ( | $ | browser, |
| $ | context | ||
| ) |
Reimplemented from file_info.
Definition at line 39 of file file_info_context_system.php.
| get_children | ( | ) |
Returns list of children.
Reimplemented from file_info.
Definition at line 88 of file file_info_context_system.php.

| get_file_info | ( | $ | component, |
| $ | filearea, | ||
| $ | itemid, | ||
| $ | filepath, | ||
| $ | filename | ||
| ) |
Return information about this specific part of context level
| $component | |
| $filearea | |
| $itemid | |
| $filepath | |
| $filename |
Definition at line 51 of file file_info_context_system.php.
| get_parent | ( | ) |
Returns parent file_info instance
Reimplemented from file_info.
Definition at line 126 of file file_info_context_system.php.
| get_visible_name | ( | ) |
Returns localised visible name.
Reimplemented from file_info.
Definition at line 64 of file file_info_context_system.php.
| is_directory | ( | ) |
Is directory?
Reimplemented from file_info.
Definition at line 80 of file file_info_context_system.php.
| is_writable | ( | ) |
Can I add new files or directories?
Reimplemented from file_info.
Definition at line 72 of file file_info_context_system.php.