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


Static Public Member Functions | |
| static | get_file_directory () |
| static | file_id_prefix () |
| static | file_output ($file, $options=null) |
| static | leap2a_writer (stdclass $user=null) |
| static | manifest_name () |
Definition at line 238 of file formats.php.
| static file_id_prefix | ( | ) | [static] |
| static file_output | ( | $ | file, |
| $ | options = null |
||
| ) | [static] |
return the link to a file
| stored_file | $file | |
| array | $options | can contain the same as normal, with the addition of: entry => whether the file is a LEAP2A entry or just a bundled file (default true) |
Reimplemented from portfolio_format.
Definition at line 255 of file formats.php.

| static get_file_directory | ( | ) | [static] |
for multipart formats, eg html with attachments, we need to have a directory to place associated files in inside the zip file. this is the name of that directory
Reimplemented from portfolio_format.
Definition at line 240 of file formats.php.

| static leap2a_writer | ( | stdclass $ | user = null | ) | [static] |
Definition at line 276 of file formats.php.
| static manifest_name | ( | ) | [static] |
Definition at line 286 of file formats.php.