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


Public Member Functions | |
| __construct ($browser, $course, $cm, $context, $areas, $filearea) | |
| get_params () | |
| get_visible_name () | |
| is_writable () | |
| is_directory () | |
| get_children () | |
| get_parent () | |
Protected Attributes | |
| $course | |
| $cm | |
| $areas | |
| $filearea | |
Represents virtual root node for all submissions
Workshop submission uses two fileareas: workshop_submission_content for editor's embeded media and workshop_submission_attachment for attachments. In both, the itemid represents the submission id.
Definition at line 36 of file fileinfolib.php.
| __construct | ( | $ | browser, |
| $ | course, | ||
| $ | cm, | ||
| $ | context, | ||
| $ | areas, | ||
| $ | filearea | ||
| ) |
Definition at line 42 of file fileinfolib.php.
| get_children | ( | ) |
Returns list of children.
Reimplemented from file_info.
Definition at line 93 of file fileinfolib.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 56 of file fileinfolib.php.
| get_parent | ( | ) |
Returns parent file_info instance
Reimplemented from file_info.
Definition at line 111 of file fileinfolib.php.
| get_visible_name | ( | ) |
Returns localised visible name.
Reimplemented from file_info.
Definition at line 69 of file fileinfolib.php.
| is_directory | ( | ) |
Is directory?
Reimplemented from file_info.
Definition at line 85 of file fileinfolib.php.
| is_writable | ( | ) |
Can I add new files or directories?
Reimplemented from file_info.
Definition at line 77 of file fileinfolib.php.
$areas [protected] |
Definition at line 39 of file fileinfolib.php.
$cm [protected] |
Definition at line 38 of file fileinfolib.php.
$course [protected] |
Definition at line 37 of file fileinfolib.php.
$filearea [protected] |
Definition at line 40 of file fileinfolib.php.