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