Cheetah
Public Member Functions | Public Attributes | List of all members
HTML5 Class Reference

Public Member Functions

 __construct ($data)
 
 save ()
 

Public Attributes

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 70 of file PH5P.php.

Constructor & Destructor Documentation

◆ __construct()

HTML5::__construct (   $data)

Definition at line 461 of file PH5P.php.

Member Function Documentation

◆ save()

HTML5::save ( )

Definition at line 476 of file PH5P.php.

Member Data Documentation

◆ CDATA

const HTML5::CDATA = 2

Definition at line 451 of file PH5P.php.

◆ CHARACTR

const HTML5::CHARACTR = 4

Definition at line 458 of file PH5P.php.

◆ COMMENT

const HTML5::COMMENT = 3

Definition at line 457 of file PH5P.php.

◆ DOCTYPE

const HTML5::DOCTYPE = 0

Definition at line 454 of file PH5P.php.

◆ ENDTAG

const HTML5::ENDTAG = 2

Definition at line 456 of file PH5P.php.

◆ EOF

const HTML5::EOF = 5

Definition at line 459 of file PH5P.php.

◆ PCDATA

const HTML5::PCDATA = 0

Definition at line 449 of file PH5P.php.

◆ PLAINTEXT

const HTML5::PLAINTEXT = 3

Definition at line 452 of file PH5P.php.

◆ RCDATA

const HTML5::RCDATA = 1

Definition at line 450 of file PH5P.php.

◆ STARTTAG

const HTML5::STARTTAG = 1

Definition at line 455 of file PH5P.php.


The documentation for this class was generated from the following file: