]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/class_
UserDatabaseWrapper is now changeable by config
[shipsimu.git] / inc / classes / main / class_
index 1701d1d0762f087b4233c18035bfa8c7b671c255..07d96db97ffc36d819e7ba60b2d41e66204b4a59 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 class  extends BaseFrameworkSystem {
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("");