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

Public Member Functions

 load_data ()
 expected_time ()
 get_sha1 ()
 check_permissions ()
 prepare_package ()
 get_return_url ()

Static Public Member Functions

static expected_callbackargs ()
static base_supported_formats ()
static display_name ()

Protected Attributes

 $start
 $end

Detailed Description

Definition at line 30 of file locallib.php.


Member Function Documentation

static base_supported_formats ( ) [static]
Returns:
array

Reimplemented from portfolio_caller_base.

Definition at line 81 of file locallib.php.

Returns:
bool

Reimplemented from portfolio_caller_base.

Definition at line 105 of file locallib.php.

Here is the call graph for this function:

static display_name ( ) [static]
Returns:
string

Reimplemented from portfolio_caller_base.

Definition at line 140 of file locallib.php.

static expected_callbackargs ( ) [static]
Returns:
array

Reimplemented from portfolio_caller_base.

Definition at line 40 of file locallib.php.

how long does this reasonably expect to take.. should we offer the user the option to wait.. this is deliberately nonstatic so it can take filesize into account the portfolio plugin can override this. (so for example even if a huge file is being sent, the download portfolio plugin doesn't care )

Returns:
string (see PORTFOLIO_TIME_* constants)

Reimplemented from portfolio_caller_base.

Definition at line 87 of file locallib.php.

Here is the call graph for this function:

object

Returns:
string

Reimplemented from portfolio_module_caller_base.

Definition at line 148 of file locallib.php.

get_sha1 ( )
Returns:
string

Reimplemented from portfolio_caller_base.

Definition at line 93 of file locallib.php.

load_data ( )

object

Reimplemented from portfolio_caller_base.

Definition at line 50 of file locallib.php.

Here is the call graph for this function:

Todo:
Document this function

Reimplemented from portfolio_caller_base.

Definition at line 115 of file locallib.php.

Here is the call graph for this function:


Field Documentation

$end [protected]

Definition at line 36 of file locallib.php.

$start [protected]

Definition at line 34 of file locallib.php.


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