コード例 #1
0
ファイル: Rating.php プロジェクト: babagay/razzd
 public static function amIVoted($id, $type)
 {
     return \frontend\widgets\rating\models\Rating::amIVoted($id, $type);
 }