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