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


Public Member Functions | |
| set_content ($value) | |
| set_title ($value) | |
| set_intro ($value) | |
| on_save () | |
| saveTo ($fname) | |
Protected Member Functions | |
| on_create () | |
Protected Attributes | |
| $rootns = 'xmlns' | |
| $rootname = 'html' | |
| $ccnamespaces = array('xmlns' => 'http://www.w3.org/1999/xhtml') | |
| $content = null | |
| $title = null | |
| $intro = null | |
Definition at line 24 of file cc_page.php.
| on_create | ( | ) | [protected] |
Reimplemented from general_cc_file.
Definition at line 45 of file cc_page.php.
| on_save | ( | ) |
Reimplemented from XMLGenericDocument.
Definition at line 57 of file cc_page.php.


| saveTo | ( | $ | fname | ) |
Reimplemented from XMLGenericDocument.
Definition at line 97 of file cc_page.php.

| set_content | ( | $ | value | ) |
Definition at line 33 of file cc_page.php.
| set_intro | ( | $ | value | ) |
| set_title | ( | $ | value | ) |
$ccnamespaces = array('xmlns' => 'http://www.w3.org/1999/xhtml') [protected] |
Reimplemented from general_cc_file.
Definition at line 27 of file cc_page.php.
$content = null [protected] |
Definition at line 29 of file cc_page.php.
$intro = null [protected] |
Definition at line 31 of file cc_page.php.
$rootname = 'html' [protected] |
Reimplemented from general_cc_file.
Definition at line 26 of file cc_page.php.
$rootns = 'xmlns' [protected] |
Reimplemented from general_cc_file.
Definition at line 25 of file cc_page.php.
$title = null [protected] |
Definition at line 30 of file cc_page.php.