public function __construct($xml = null, $pluginName, $pluginPath)
 {
     $this->pluginName = $pluginName;
     $this->pluginPath = $pluginPath;
     parent::__construct($xml);
 }