class Link
Link represents an HTML link (an HTML a tag).
Methods
|
__construct(DOMNode $node, string $currentUri, string $method = 'GET')
Constructor. |
||
| DOMNode |
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 47
public
__construct(DOMNode $node, string $currentUri, string $method = 'GET')
Constructor.
at line 63
public DOMNode
getNode()
Gets the node associated with this link.
at line 75
public string
getMethod()
Gets the method associated with this link.
at line 87
public string
getUri()
Gets the URI associated with this link.