Get the content of this metadata object.
This method returns the content of this metadata object, which is a plain text node used to convey a single item of information.
string getRelationship(
)
|
|
Get the URL of this metadata definition resource.
This method returns the URL of the resource used to define the purpose of this metadata element.
void setContent(
string
$content)
|
|
Set the content of this metadata element.
This method sets the content of this metadata element. The content should be a plain text value, and should not contain any markup.
Parameters:
void setRelationship(
string
$rel)
|
|
Set the URI used to define this metadata element.
This method sets the URI of the resource used to define the purpose of this metadata element.
Parameters: