oxiconfigurable.php

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