Exemple #1
0
 public static function getNode()
 {
     $s = Position::get();
     self::$node = $s;
     return new self();
 }