Exemplo n.º 1
0
 /**
  * @access private
  */
 public static function getUser($id)
 {
     if (!intval($id)) {
         return false;
     }
     $users = CTaskNotifications::getUsers(array($id));
     return $users[$id];
 }