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


Public Member Functions | |
| __construct ($browser, $context, $category) | |
| get_file_info ($component, $filearea, $itemid, $filepath, $filename) | |
| get_visible_name () | |
| is_writable () | |
| is_directory () | |
| get_children () | |
| get_parent () | |
Protected Member Functions | |
| get_area_coursecat_description ($itemid, $filepath, $filename) | |
Protected Attributes | |
| $category | |
Definition at line 38 of file file_info_context_coursecat.php.
| __construct | ( | $ | browser, |
| $ | context, | ||
| $ | category | ||
| ) |
Definition at line 41 of file file_info_context_coursecat.php.
| get_area_coursecat_description | ( | $ | itemid, |
| $ | filepath, | ||
| $ | filename | ||
| ) | [protected] |
Definition at line 83 of file file_info_context_coursecat.php.


| get_children | ( | ) |
Returns list of children.
Reimplemented from file_info.
Definition at line 139 of file file_info_context_coursecat.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_coursecat.php.

| get_parent | ( | ) |
Returns parent file_info instance
Reimplemented from file_info.
Definition at line 177 of file file_info_context_coursecat.php.

| get_visible_name | ( | ) |
Returns localised visible name.
Reimplemented from file_info.
Definition at line 115 of file file_info_context_coursecat.php.

| is_directory | ( | ) |
Is directory?
Reimplemented from file_info.
Definition at line 131 of file file_info_context_coursecat.php.
| is_writable | ( | ) |
Can I add new files or directories?
Reimplemented from file_info.
Definition at line 123 of file file_info_context_coursecat.php.
$category [protected] |
Definition at line 39 of file file_info_context_coursecat.php.