getSelectedShopIds example

(int) $this->Request()->getParam('limit', $limit)
        );

        $this->send($splice, \count($data));
    }

    /** * @return void */
    public function getRatingAction()
    {
        $shopIds = $this->getSelectedShopIds();
        $visitors = $this->getRepository()->getDailyShopVisitors(
            $this->getFromDate(),
            $this->getToDate(),
            $shopIds
        );
        $visitors = array_map('reset', $visitors->getData());

        $orders = $this->getRepository()->getDailyShopOrders(
            $this->getFromDate(),
            $this->getToDate(),
            $shopIds
        );
Home | Imprint | This part of the site doesn't use cookies.