class Image extendsAbstractUriElement

Image represents an HTML image (an HTML img tag).

Methods

__construct(DOMElement$node,string$currentUri =null)

No description

string
getRawUri()

No description

void
setNode(DOMElement$node)

No description

Details

__construct(DOMElement$node,string$currentUri =null)

Parameters

DOMElement $node
string $currentUri

protectedstring getRawUri()

Return Value

string

protectedvoid setNode(DOMElement$node)

Parameters

DOMElement $node

Return Value

void