]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/parts/maschineroom/class_MaschineRoom.php
Method constructor() removed, several small fixes
[shipsimu.git] / application / ship-simu / main / parts / maschineroom / class_MaschineRoom.php
index c89a0a03bd27d49fe06f5d6dd9b568ecbf1225fb..fdde3262b25f5be2f6bfffdb90edaa4083fcbc9a 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 MaschineRoom extends BaseShipPart {
        // Constructor
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Debug message
                if (((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
@@ -36,7 +36,7 @@ class MaschineRoom extends BaseShipPart {
                }
 
                // Set description
-               $this->setPartDescr("Maschinenraum");
+               $this->setObjectDescription("Maschinenraum");
 
                // Generate unique ID number
                $this->createUniqueID();