コード例 #1
0
ファイル: Comment.php プロジェクト: alexsynytskiy/Dynamomania
 /**
  * Get user vote for comment
  * 
  * @return integer 
  */
 public function getUserVote()
 {
     return Vote::getUserVote($this->id, Vote::VOTEABLE_COMMENT);
 }