Пример #1
0
 public static function getCategory()
 {
     $c = Category::get();
     self::$category = $c;
     return new self();
 }