oxiconfigurable.php

Go to the documentation of this file.
00001 <?php
00002 
00003 
00008 interface OxIConfigurable
00009 {
00019     public function setConfig(OxConfig $oConfig);
00020 
00028     public function getConfig();
00029 }