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


Public Member Functions | |
| load_data () | |
| expected_time () | |
| check_permissions () | |
| prepare_package () | |
| get_sha1 () | |
Static Public Member Functions | |
| static | expected_callbackargs () |
| static | display_name () |
| static | base_supported_formats () |
| static | entry_content ($course, $cm, $glossary, $entry, $aliases, $format) |
Protected Attributes | |
| $entryid | |
Definition at line 217 of file locallib.php.
| static base_supported_formats | ( | ) | [static] |
what formats this function *generally* supports
Reimplemented from portfolio_caller_base.
Definition at line 370 of file locallib.php.
make sure that the current user is allowed to do this
Reimplemented from portfolio_caller_base.
Definition at line 284 of file locallib.php.

| static display_name | ( | ) | [static] |
return a nice name to be displayed about this export location
Reimplemented from portfolio_caller_base.
Definition at line 295 of file locallib.php.
| static entry_content | ( | $ | course, |
| $ | cm, | ||
| $ | glossary, | ||
| $ | entry, | ||
| $ | aliases, | ||
| $ | format | ||
| ) | [static] |
helper function to get the html content of an entry for both this class and the full glossary exporter this is a very simplified version of the dictionary format output, but with its 500 levels of indirection removed and file rewriting handled by the portfolio export format.
| stdclass | $course | |
| stdclass | $cm | |
| stdclass | $glossary | |
| stdclass | $entry |
Definition at line 388 of file locallib.php.


| static expected_callbackargs | ( | ) | [static] |
array of arguments the caller expects to be passed through to it this must be keyed on the argument name, and the array value is a boolean, whether it is required, or just optional eg array( id => true, somethingelse => false, )
Reimplemented from portfolio_caller_base.
Definition at line 225 of file locallib.php.
| expected_time | ( | ) |
how long might we expect this export to take
Reimplemented from portfolio_caller_base.
Definition at line 275 of file locallib.php.
| get_sha1 | ( | ) |
return the sha1 of this content
Reimplemented from portfolio_caller_base.
Definition at line 358 of file locallib.php.

| load_data | ( | ) |
load up all data required for this export.
Reimplemented from portfolio_caller_base.
Definition at line 237 of file locallib.php.

| prepare_package | ( | ) |
prepare the package ready to be passed off to the portfolio plugin
Reimplemented from portfolio_caller_base.
Definition at line 304 of file locallib.php.

$entryid [protected] |
Definition at line 221 of file locallib.php.