Moodle  2.2.1
http://www.collinsharper.com
HTML5 Class Reference

Public Member Functions

 __construct ($data)
 save ()

Data Fields

const PCDATA = 0
const RCDATA = 1
const CDATA = 2
const PLAINTEXT = 3
const DOCTYPE = 0
const STARTTAG = 1
const ENDTAG = 2
const COMMENT = 3
const CHARACTR = 4
const EOF = 5

Detailed Description

Definition at line 63 of file PH5P.php.


Constructor & Destructor Documentation

__construct ( data)

Definition at line 127 of file PH5P.php.


Member Function Documentation

save ( )

Definition at line 142 of file PH5P.php.


Field Documentation

const CDATA = 2

Definition at line 117 of file PH5P.php.

const CHARACTR = 4

Definition at line 124 of file PH5P.php.

const COMMENT = 3

Definition at line 123 of file PH5P.php.

const DOCTYPE = 0

Definition at line 120 of file PH5P.php.

const ENDTAG = 2

Definition at line 122 of file PH5P.php.

const EOF = 5

Definition at line 125 of file PH5P.php.

const PCDATA = 0

Definition at line 115 of file PH5P.php.

const PLAINTEXT = 3

Definition at line 118 of file PH5P.php.

const RCDATA = 1

Definition at line 116 of file PH5P.php.

const STARTTAG = 1

Definition at line 121 of file PH5P.php.


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