Example #1
0
 public static function CategoryWithId($id) {
     $cs = Category::CategoriesWithId($id);
     return $cs[0];
 }