示例#1
0
文件: Rating.php 项目: babagay/razzd
 public static function amIVoted($id, $type)
 {
     return \frontend\widgets\rating\models\Rating::amIVoted($id, $type);
 }