コード例 #1
0
ファイル: UserMediaFilter.php プロジェクト: asmdz/malgraph
 public static function lengthGroup($group)
 {
     return function ($row) use($group) {
         return MediaLengthDistribution::getGroup($row) == $group;
     };
 }