<?phpnamespaceDotdigitalgroup\Email\Controller\Product;classUpsellextends\Dotdigitalgroup\Email\Controller\Response{/** * Basket page to display the user items with specific email. * * @return null */publicfunctionexecute(){//authenticateif($this->authenticate()){$this->_view->loadLayout();$this->_view->renderLayout();}}}