Link
class Link extends AbstractUriElement
Link represents an HTML link (an HTML a, area or link tag).
Properties
protected DOMElement | $node | from AbstractUriElement | |
protected string | $method | from AbstractUriElement | |
protected string | $currentUri | from AbstractUriElement |
Methods
__construct(DOMElement $node, string $currentUri = null, string|null $method = 'GET')
No description
from AbstractUriElement
string
getRawUri()
Returns raw URI data.
string
canonicalizePath(string $path)
Returns the canonicalized URI path (see RFC 3986, section 5.2.4).
from AbstractUriElement