/** * Handles the request. * * @return void */ public function handleRequest() { $cellName = \XLite\View\ItemsList\Model\Order\Admin\Recent::getSessionCellName(); \XLite\Core\Session::getInstance()->{$cellName} = array(\XLite\Model\Repo\Order::P_DATE => array(LC_START_TIME - 86400, LC_START_TIME)); parent::handleRequest(); }
/** * Handles the request. * * @return void */ public function handleRequest() { \XLite\Core\Session::getInstance()->{$this->getSessionCellName()} = array(\XLite\Model\Repo\Order::P_DATE => array(LC_START_TIME - 86400, LC_START_TIME)); parent::handleRequest(); }