public function process()
 {
     Phpfox::isUser(true);
     $this->template()->assign(['aNotifications' => Notification_Service_Notification::instance()->get()]);
 }
Exemple #2
0
 public function process()
 {
     Phpfox::isUser(true);
     // list($iCnt, $aFriends) = Phpfox::getService('friend.request')->get();
     $this->template()->assign(['aNotifications' => Notification_Service_Notification::instance()->get()]);
 }