Moodle  2.2.1
http://www.collinsharper.com
glossary_full_portfolio_caller Class Reference
Inheritance diagram for glossary_full_portfolio_caller:
Collaboration diagram for glossary_full_portfolio_caller:

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 ()

Detailed Description

class to handle exporting an entire glossary database

Definition at line 32 of file locallib.php.


Member Function Documentation

static base_supported_formats ( ) [static]

what formats this function *generally* supports

Returns:
array

Reimplemented from portfolio_caller_base.

Definition at line 205 of file locallib.php.

make sure that the current user is allowed to do this

Returns:
boolean

Reimplemented from portfolio_caller_base.

Definition at line 187 of file locallib.php.

Here is the call graph for this function:

static display_name ( ) [static]

return a nice name to be displayed about this export location

Returns:
string

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

Returns:
array

Reimplemented from portfolio_caller_base.

Definition at line 44 of file locallib.php.

how long might we expect this export to take

Returns:
constant one of PORTFOLIO_TIME_XX

Reimplemented from portfolio_caller_base.

Definition at line 90 of file locallib.php.

Here is the call graph for this function:

get_sha1 ( )

return the sha1 of this content

Returns:
string

Reimplemented from portfolio_caller_base.

Definition at line 101 of file locallib.php.

Here is the call graph for this function:

load_data ( )

load up all data required for this export.

Returns:
void

Reimplemented from portfolio_caller_base.

Definition at line 55 of file locallib.php.

Here is the call graph for this function:

prepare the package ready to be passed off to the portfolio plugin

Returns:
void

Reimplemented from portfolio_caller_base.

Definition at line 114 of file locallib.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations