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