* @copyright 2007-2018 PrestaShop SA * @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use * International Registered Trademark & Property of PrestaShop SA */ class AdminAjaxFaviconBOController extends ModuleAdminController { public function ajaxProcessGetNotifications() { $notification = new Notification; $this->ajaxDie(json_encode($notification->getLastElements())); } }