|
|
|
File: /usr/local/apache_8080/htdocs/devel/Intra/class/phpdom/domhtml_anchorelement.php
Document Object Model for PHP - phpDOM.XHTML
HTMLAnchorElement
Node | +-- Element | +-- HTMLElement | +-- HTMLAnchorElement
The HTMLAnchorElement-Class
|
private class HTMLAnchorElement extends HTMLElement
The HTMLAnchorElement-Class
represents a hyperlink
|
| |
|
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 |
|
|
|
Private Method Summary |
| boolean |
setHref(string $href)setHref set the href attribute of the anchor |
| string |
getHref()getSrc return the src attribute of the image tag |
|
|
|
|
|
Public Method Details |
HTMLAnchorElement |
|
public void HTMLAnchorElement( [ string $href, string $value ] )
|
| |
Constructor
|
| Parameter |
|
| string |
$href |
= >>""<< |
|
uniform resource locator |
|
|
| string |
$value |
= >>""<< |
|
Text representing the Link |
|
| Returns |
void |
|
|
Private Method Details |
setHref |
|
private boolean setHref( string $href )
|
| |
setHref set the href attribute of the anchor
|
| Parameter |
|
|
| Returns |
boolean true |
|
getHref |
|
private string getHref( )
|
| |
getSrc return the src attribute of the image tag
|
| Returns |
string $src |
|
|
|
|
|
| PHPDoc 1.0beta |