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


Public Member Functions | |
| __construct ($browser, $context, $course, file_info_context_course $courseinfo) | |
| get_params () | |
| get_visible_name () | |
| is_writable () | |
| is_empty_area () | |
| is_directory () | |
| get_children () | |
| get_parent () | |
Protected Attributes | |
| $course | |
| $courseinfo | |
Definition at line 418 of file file_info_context_course.php.
| __construct | ( | $ | browser, |
| $ | context, | ||
| $ | course, | ||
| file_info_context_course $ | courseinfo | ||
| ) |
Definition at line 422 of file file_info_context_course.php.
| get_children | ( | ) |
Returns list of children.
Reimplemented from file_info.
Definition at line 484 of file file_info_context_course.php.
| get_params | ( | ) |
Returns list of standard virtual file/directory identification. The difference from stored_file parameters is that null values are allowed in all fields
Reimplemented from file_info.
Definition at line 434 of file file_info_context_course.php.
| get_parent | ( | ) |
Returns parent file_info instance
Reimplemented from file_info.
Definition at line 503 of file file_info_context_course.php.
| get_visible_name | ( | ) |
Returns localised visible name.
Reimplemented from file_info.
Definition at line 447 of file file_info_context_course.php.
| is_directory | ( | ) |
Is directory?
Reimplemented from file_info.
Definition at line 476 of file file_info_context_course.php.
| is_empty_area | ( | ) |
Is this empty area?
Reimplemented from file_info.
Definition at line 467 of file file_info_context_course.php.

| is_writable | ( | ) |
Can I add new files or directories?
Reimplemented from file_info.
Definition at line 458 of file file_info_context_course.php.
$course [protected] |
Definition at line 419 of file file_info_context_course.php.
$courseinfo [protected] |
Definition at line 420 of file file_info_context_course.php.