class Image extends AbstractUriElement
Image represents an HTML image (an HTML img tag).
Methods
__construct(DOMElement $node, string $currentUri) | ||
DOMElement | getNode() Gets the node associated with this link. | from AbstractUriElement |
string | getMethod() Gets the method associated with this link. | from AbstractUriElement |
string | getUri() Gets the URI associated with this link. | from AbstractUriElement |
Details
__construct(DOMElement $node, string $currentUri)
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.