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


Public Member Functions | |
| load_data () | |
| expected_time () | |
| get_sha1 () | |
| prepare_package () | |
| check_permissions () | |
Static Public Member Functions | |
| static | expected_callbackargs () |
| static | display_name () |
| static | base_supported_formats () |
class to handle exporting an entire glossary database
Definition at line 32 of file locallib.php.
| static base_supported_formats | ( | ) | [static] |
what formats this function *generally* supports
Reimplemented from portfolio_caller_base.
Definition at line 205 of file locallib.php.
make sure that the current user is allowed to do this
Reimplemented from portfolio_caller_base.
Definition at line 187 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 196 of file locallib.php.
| static expected_callbackargs | ( | ) | [static] |
return array of expected call back arguments and whether they are required or not
Reimplemented from portfolio_caller_base.
Definition at line 44 of file locallib.php.
| expected_time | ( | ) |
how long might we expect this export to take
Reimplemented from portfolio_caller_base.
Definition at line 90 of file locallib.php.

| get_sha1 | ( | ) |
return the sha1 of this content
Reimplemented from portfolio_caller_base.
Definition at line 101 of file locallib.php.

| load_data | ( | ) |
load up all data required for this export.
Reimplemented from portfolio_caller_base.
Definition at line 55 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 114 of file locallib.php.
