コード例 #1
0
ファイル: Prefs.php プロジェクト: awidarto/tmadminflat
 public static function getProductCategory()
 {
     $c = Productcategory::get();
     self::$productcategory = $c;
     return new self();
 }