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

IConfigBackend.class.php

Go to the documentation of this file.
00001 <?php
00007 include_once("core/system/JBaseObject.class.php");
00008 include_once("core/config/ConfigPetition.class.php");
00009 
00016 class IConfigBackend extends JBaseObject
00017 {
00018         function GetConfig() {}
00019         
00020         function SetConfig($keys) {} 
00021 }
00022 ?>

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