Ejemplo n.º 1
0
 /**
  *  notifications.get
  */
 public function execute()
 {
     Api_Bo_Notification::sendNotification($this->toids, $this->getUserId(), $this->subject, $this->notification, 0);
     // TODO: is this even needed?
     return array();
 }