Exemplo n.º 1
0
 public static function getProductCategory()
 {
     $c = Productcategory::get();
     self::$productcategory = $c;
     return new self();
 }