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

IModuleInfo.class.php

Go to the documentation of this file.
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 ?>

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