class_BaseMiddleware.php

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

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