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