AbstractUriElement
abstract class AbstractUriElement
Any HTML element that can link to an URI.
Properties
protected DOMElement | $node | ||
protected string | $method | ||
protected string | $currentUri |
Methods
__construct(DOMElement $node, string $currentUri = null, string|null $method = 'GET')
No description
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.
string
getRawUri()
Returns raw URI data.
string
canonicalizePath(string $path)
Returns the canonicalized URI path (see RFC 3986, section 5.2.4).