<?php namespace app\controllers; use Yii; use common\controllers\CommonCartController; /** * This Controller is responsible for all actions concerning the shopping system. * @author a.hartebrodt * */ class CartController extends CommonCartController { /*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 */ }