class_BaseCommand.php

Go to the documentation of this file.
00001 <?php
00024 class BaseCommand extends BaseFrameworkSystem {
00028         private $controllerName = "";
00029 
00036         protected function __construct ($className) {
00037                 // Call parent constructor
00038                 parent::__construct($className);
00039         }
00040 
00047         public final function setControllerName ($controllerName) {
00048                 $this->controllerName = (string) $controllerName;
00049         }
00050 
00056         public final function getControllerName () {
00057                 return $this->controllerName;
00058         }
00059 }
00060 
00061 // [EOF]
00062 ?>

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