Example #1
0
 public static function getShopCategory()
 {
     $c = Shopcategory::get();
     self::$shopcategory = $c;
     return new self();
 }