Link
class Link
Link represents an HTML link (an HTML a, area or link tag).
Methods
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
at line line 45
__construct(DOMElement $node, string $currentUri, string $method = 'GET')
Constructor.
at line line 61
DOMElement
getNode()
Gets the node associated with this link.
at line line 71
string
getMethod()
Gets the method associated with this link.
at line line 81
string
getUri()
Gets the URI associated with this link.