Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

ModuleInfoIncConfigOption.class.php

Go to the documentation of this file.
00001 <?php
00007 include_once("core/modules/moduleinformation/IModuleInfoConfig.class.php");   
00008 
00013 class ModuleInfoIncConfigOption extends IModuleInfoConfig
00014 {
00015         /* Information */
00016         var $option;
00017         
00018         /* The constructor. */
00019         function ModuleInfoIncConfigOption($option)
00020         {
00021                 $this->option = $option;
00022         }
00023 
00024         function GetName()              
00025         {
00026                 return $this->option["Name"];
00027         }
00028         function GetScreenNames()
00029         {
00030                 return array($this->option["ScreenName"]);
00031         }
00032 }       
00033 ?>

Generated on Wed Nov 19 20:29:35 2003 for James by doxygen 1.3.4