예제 #1
0
파일: Rating.php 프로젝트: babagay/razzd
 public static function amIVoted($id, $type)
 {
     return \frontend\widgets\rating\models\Rating::amIVoted($id, $type);
 }