]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/controller/form/class_WebDoFormController.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / controller / form / class_WebDoFormController.php
index a995bd200878d029fc15c34fc9651f1cbb84f527..e760492fcbfa4b8dd3addb09320826f256836f5b 100644 (file)
@@ -30,12 +30,6 @@ class WebDoFormController extends BaseController implements Controller {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set part description
-               $this->setObjectDescription("Controller for handling forms");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**