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