|
|
|
File: /usr/local/apache_8080/htdocs/devel/Intra/class/phpdom/domhtml_scriptelement.php
Document Object Model for PHP - phpDOM.XHTML
HTMLScriptElement
Node | +-- Element | +-- HTMLElement | +-- HTMLScriptElement
The HTMLScriptElement-Class
|
private class HTMLScriptElement extends HTMLElement
The HTMLScriptElement-Class
represents Script-Section
|
| |
|
Methods inherited from HTMLElement |
| HTMLElement, getClassName, setStyle, setId, setClass, setTitle, setLang, getStyle, getId, getClass, getLang, getTitle |
|
Methods inherited from Element |
| Element, getTagName, getElementById, _internal_getElementById, getElementsByTagName, _internal_getElementsByTagName, setAttribute, setName, setId, getName, getId, getAttribute |
|
Methods inherited from Node |
| Node, Tag, appendChild, cloneNode, removeChild, getOwnerDocument, getFirstChild, getNextChild, getLastChild, getNodeById, hasChildNodes, hasMoreElements, getParentNode, getParent, getChildNodes, setNodeValue, getNodeValue, getAttributes, toString, getNodeName, getNodeType, addElement, _internal_toString, _internal_cloneNode, _internal_selfCheck, _internal_getNodeById |
|
|
|
|
|
|
|
Public Method Details |
HTMLScriptElement |
|
public void HTMLScriptElement( [ string $language, string $script ] )
|
| |
Constructor
|
| Parameter |
|
| string |
$language |
= >>""<< |
|
The language of the script element |
|
|
| string |
$script |
= >>""<< |
|
The content of the script element |
|
| Returns |
void |
|
|
|
|
|
| PHPDoc 1.0beta |