Example #1
0
 public static function byCat($categoryId, $except = [])
 {
     return parent::byCategory(self::$type, $categoryId, $except);
 }