Notifications::unselect_answer()

Method: Remove notification when users answer get unselected.

Notifications::new_comment()

Method: Notify user on new comment.

Notifications::delete_comment()

Method: Remove notification on deleting comment.

Notifications::vote_up()

Method: Award reputation when user recive an up vote.

Notifications::__construct()

Method: Initialize the class.

Notifications::query()

Method: Prepare and fetch notifications from database.

Notifications::prefetch()

Method: Prefetch posts, comments and other data.

Notifications::prefetch_posts()

Method: Pre fetch post contents and append to object.

Notifications::prefetch_comments()

Method: Pre fetch comments and append data to object.

Notifications::prefetch_actors()

Method: Prefetch actors user object.