<?php

namespace app\controllers;

use Yii;
use common\controllers\CommonDBInterface;

/**
 * This class serves as Interface for various DB Lists connected to the shoppings system.
 *
 * @author a.hartebrodt
 *
 */
class DBInterface extends CommonDBInterface {

    /*can be used for portal specific actions (will overwrite common action)
      New actions should be defined in the common controller and should be made configurable
    */
}