/** * Get user vote for comment * * @return integer */ public function getUserVote() { return Vote::getUserVote($this->id, Vote::VOTEABLE_COMMENT); }