MetadataElementContract
extends
Stringable
in
The methods the object representations for Metadata element classes must implement.
Table of Contents
Methods
- __toString() : string
- uniqueKey() : string
Methods
__toString()
public
__toString() : string
Tags
Return values
string —The HTML representation of the element.
uniqueKey()
public
uniqueKey() : string
Tags
Return values
string —The unique key for the element. If multiple elements have the same key, only the first one will be used.