sNamespace = $sNamespace; $this->sClassName = $sClassName; $this->sFriendlyName = $sFriendlyName; $this->sDescription = $sDescription; $this->sSetupPage = $sSetupPage; $this->iVersion = $iVersion; $this->sFilename = $sFilename; if ($sPluginFolder == '') { $this->sPluginFolder = $sNamespace; } else { $this->sPluginFolder = $sPluginFolder; } } }