PluginDetail keeps your properties private

This commit is contained in:
Ronald Quenta
2017-08-02 15:48:29 -04:00
parent cc5fcb08bc
commit 6ca19b77c9
4 changed files with 42 additions and 39 deletions

View File

@@ -11,6 +11,7 @@
$this->sSetupPage = 'setupPage';
$this->aWorkspaces = array ( );
$this->iVersion = 0.45;
$this->bPrivate = true;
return $res;
}