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


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() | |
Definition at line 25 of file cc_forum.php.
| on_save | ( | ) | [protected] |
Reimplemented from XMLGenericDocument.
Reimplemented in forum11_resurce_file.
Definition at line 52 of file cc_forum.php.

| set_attachments | ( | array $ | attachments | ) |
Definition at line 48 of file cc_forum.php.
| set_title | ( | $ | title | ) |
$attachments = array() [protected] |
Definition at line 37 of file cc_forum.php.
$ccnamespaces [protected] |
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.