コード例 #1
0
 public function process()
 {
     Phpfox::isUser(true);
     $this->template()->assign(['aNotifications' => Notification_Service_Notification::instance()->get()]);
 }
コード例 #2
0
ファイル: panel.class.php プロジェクト: lev1976g/core
 public function process()
 {
     Phpfox::isUser(true);
     // list($iCnt, $aFriends) = Phpfox::getService('friend.request')->get();
     $this->template()->assign(['aNotifications' => Notification_Service_Notification::instance()->get()]);
 }