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

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

Detailed Description

Definition at line 24 of file cc_page.php.


Member Function Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:

saveTo ( fname)

Reimplemented from XMLGenericDocument.

Definition at line 97 of file cc_page.php.

Here is the call graph for this function:

set_content ( value)

Definition at line 33 of file cc_page.php.

set_intro ( value)

Definition at line 41 of file cc_page.php.

Here is the call graph for this function:

set_title ( value)

Definition at line 37 of file cc_page.php.

Here is the call graph for this function:


Field Documentation

$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.


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