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