class Link extends AbstractUriElement
Link represents an HTML link (an HTML a, area or link tag).
Methods
__construct(DOMElement $node, string $currentUri, string $method = 'GET') | from AbstractUriElement | |
DOMElement | getNode() Gets the node associated with this link. | from AbstractUriElement |
string | getMethod() Gets the method associated with this link. | from AbstractUriElement |
string | getUri() Gets the URI associated with this link. | from AbstractUriElement |
Details
__construct(DOMElement $node, string $currentUri, string $method = 'GET')
DOMElement getNode()
Gets the node associated with this link.
string getMethod()
Gets the method associated with this link.
string getUri()
Gets the URI associated with this link.
Please login to continue.