class_BaseAction.php

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

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