Method | Description | |
---|---|---|
__construct ( String $enc ) | read the data into an internal array and also call the parent constructor | |
execute ( ) : void | doing all tasks to get the required informations that the plugin needs result is stored in an internal array | |
xml ( ) : SimpleXMLElement | generates the XML content for the plugin |
public __construct ( String $enc ) | ||
$enc | String | encoding |
public xml ( ) : SimpleXMLElement | ||
return | SimpleXMLElement | entire XML content for the plugin |