Example #1
0
 /**
  * @param string $type
  * @return Category
  */
 public static function findByType($type)
 {
     return Category::findByType($type);
 }