OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxiconfigurable.php
Go to the documentation of this file.
1 <?php
2 
3 
8 interface OxIConfigurable
9 {
10 
20  public function setConfig(OxConfig $oConfig);
21 
29  public function getConfig();
30 }