Public Member Functions | Data Fields

php4DOMCDATASection Class Reference

Inheritance diagram for php4DOMCDATASection:
Collaboration diagram for php4DOMCDATASection:

Public Member Functions

 php4DOMCDATASection ($aDOMCDATASection)
 php4DOMCDATASection ($aDOMCDATASection)

Data Fields

 $myDOMCDATASection

Detailed Description

Definition at line 89 of file inc.xml5compliance.php.


Member Function Documentation

php4DOMCDATASection::php4DOMCDATASection ( aDOMCDATASection  ) 

Definition at line 93 of file inc.xml5compliance.php.

References php4DOMNode::php4DOMNode().

        {
                parent::php4DOMNode($aDOMCDATASection);                                         // #added
                $this->myDOMCDATASection=$aDOMCDATASection;
        }

Here is the call graph for this function:

php4DOMCDATASection::php4DOMCDATASection ( aDOMCDATASection  ) 

Definition at line 76 of file inc.xml5compliance.php.

References php4DOMNode::php4DOMNode().

        {
                parent::php4DOMNode($aDOMCDATASection);                                         // #added
                $this->myDOMCDATASection=$aDOMCDATASection;
        }

Here is the call graph for this function:


Field Documentation

php4DOMCDATASection::$myDOMCDATASection

Definition at line 91 of file inc.xml5compliance.php.


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