Beispiel #1
0
 public static function dealByType($type)
 {
     return Deal::search(null, null, null, null, $type);
 }