class AbstractUriElement
Any HTML element that can link to an URI.
Methods
__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. |
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.