00001 <?php 00006 include_once("core/system/JBaseObject.class.php"); 00007 00011 class IModuleInfo extends JBaseObject 00012 { 00013 function getName() {} 00014 00015 function getVersion() {} 00016 00017 function getScreenNames() {} 00018 00019 function getPermissions() {} 00020 00021 function getConfig() {} 00022 00023 function getImplements() {} 00024 00025 function Implements($string) {} 00026 00027 function getRequires() {} 00028 00029 function Requires($string) {} 00030 00031 function getSql() {} 00032 } 00033 ?>