Get the application URI for this extension.
This method returns a URI of a resource used to define the structure and purpose of the extension content.
Get the content of this extension.
This method returns the content of this extension object, which will be is be a string of xml data.
void setApplication(
string
$application)
|
|
Set the URI of the resource to define this extension.
This method sets the URI of the resource used to define the structure and purpose of this extension content.
Parameters:
void setContent(
string
$content)
|
|
Set the content of this extension.
This method sets the content of this extension. The supplied string should be valid XML data.
Parameters: