class_BaseDeck.php

Go to the documentation of this file.
00001 <?php
00024 class BaseDeck extends BaseDeckStructure {
00030         protected function __construct ($className) {
00031                 // Call parent constructor
00032                 parent::__construct($className);
00033 
00034                 // Clean up a little
00035                 $this->removeSystemArray();
00036                 $this->removeNumberFormaters();
00037         }
00038 }
00039 
00040 // [EOF]
00041 ?>

Generated on Mon Dec 8 01:06:44 2008 for Ship-Simulator by  doxygen 1.5.6