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