Moodle  2.2.1
http://www.collinsharper.com
cc_i_manifest Interface Reference
Inheritance diagram for cc_i_manifest:

Public Member Functions

 on_create ()
 on_load ()
 on_save ()
 add_new_organization (cc_i_organization &$org)
 get_resources ()
 get_resource_list ()
 add_resource (cc_i_resource $res, $identifier=null, $type='webcontent')
 add_metadata_manifest (cc_i_metadata_manifest $met)
 add_metadata_resource (cc_i_metadata_resource $met, $identifier)
 add_metadata_file (cc_i_metadata_file $met, $identifier, $filename)
 put_nodes ()

Detailed Description

CC Manifest Interface

Definition at line 26 of file cc_interfaces.php.


Member Function Documentation

add_metadata_file ( cc_i_metadata_file met,
identifier,
filename 
)

Implemented in cc_manifest.

add_metadata_resource ( cc_i_metadata_resource met,
identifier 
)

Implemented in cc_manifest.

Implemented in cc_manifest.

add_resource ( cc_i_resource res,
identifier = null,
type = 'webcontent' 
)

Implemented in cc_manifest.

Here is the caller graph for this function:

Here is the caller graph for this function:

on_create ( )

Implemented in cc_manifest.

on_load ( )

Implemented in cc_manifest.

on_save ( )

Implemented in cc_manifest.

put_nodes ( )

Implemented in cc_manifest.


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