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 ?>
1.3.4