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