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