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

Public Member Functions

 set_title ($title)
 set_text ($text, $type='text/plain')
 set_attachments (array $attachments)

Data Fields

const deafultname = 'discussion.xml'

Protected Member Functions

 on_save ()

Protected Attributes

 $rootns = 'dt'
 $rootname = 'dt:topic'
 $ccnamespaces
 $ccnsnames = array('dt' => 'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_6/imsdt_v1p0_localised.xsd')
 $title = null
 $text_type = 'text/plain'
 $text = null
 $attachments = array()

Detailed Description

Definition at line 25 of file cc_forum.php.


Member Function Documentation

on_save ( ) [protected]

Reimplemented from XMLGenericDocument.

Reimplemented in forum11_resurce_file.

Definition at line 52 of file cc_forum.php.

Here is the call graph for this function:

set_attachments ( array attachments)

Definition at line 48 of file cc_forum.php.

set_text ( text,
type = 'text/plain' 
)

Definition at line 43 of file cc_forum.php.

Here is the call graph for this function:

set_title ( title)

Definition at line 39 of file cc_forum.php.

Here is the call graph for this function:


Field Documentation

$attachments = array() [protected]

Definition at line 37 of file cc_forum.php.

$ccnamespaces [protected]
Initial value:
 array('dt'  => 'http://www.imsglobal.org/xsd/imsdt_v1p0',
                                    'xsi' => 'http://www.w3.org/2001/XMLSchema-instance')

Reimplemented from general_cc_file.

Reimplemented in forum11_resurce_file.

Definition at line 30 of file cc_forum.php.

$ccnsnames = array('dt' => 'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_6/imsdt_v1p0_localised.xsd') [protected]

Reimplemented from general_cc_file.

Reimplemented in forum11_resurce_file.

Definition at line 32 of file cc_forum.php.

$rootname = 'dt:topic' [protected]

Reimplemented from general_cc_file.

Reimplemented in forum11_resurce_file.

Definition at line 29 of file cc_forum.php.

$rootns = 'dt' [protected]

Reimplemented from general_cc_file.

Reimplemented in forum11_resurce_file.

Definition at line 28 of file cc_forum.php.

$text = null [protected]

Definition at line 36 of file cc_forum.php.

$text_type = 'text/plain' [protected]

Definition at line 35 of file cc_forum.php.

$title = null [protected]

Definition at line 34 of file cc_forum.php.

const deafultname = 'discussion.xml'

Definition at line 26 of file cc_forum.php.


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