class_BaseDiscovery.php

Go to the documentation of this file.
00001 <?php
00024 class BaseDiscovery extends BaseFrameworkSystem {
00028         private $actionName = "";
00029 
00036         protected function __construct ($className) {
00037                 // Call parent constructor
00038                 parent::__construct($className);
00039 
00040                 // Clean up a little
00041                 $this->removeNumberFormaters();
00042                 $this->removeSystemArray();
00043         }
00044 
00051         protected final function setActionName ($actionName) {
00052                 $this->actionName = (string) $actionName;
00053         }
00054 
00060         protected final function getActionName () {
00061                 return $this->actionName;
00062         }
00063 }
00064 
00065 // [EOF]
00066 ?>

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