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

IModuleInfoConfig.class.php

Go to the documentation of this file.
00001 <?php
00006 include_once("core/system/JBaseObject.class.php");   
00007    
00011 class IModuleInfoConfig extends JBaseObject
00012 {
00013         function GetName()              {}
00014         
00015         function GetType()              {}
00016         
00017         function GetLevel()             {}
00018         
00019         function GetScreenNames()       {} 
00020         
00021         function GetDescriptions()      {}
00022         
00023         function HasDefaultValue()      {}
00024         
00025         function GetDefaultValue()      {}
00026         
00027         function GetOptions()           {}
00028 }       
00029 ?>

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