예제 #1
0
파일: index2.php 프로젝트: smetagenus/rover
 public static function setPos($x, $y)
 {
     self::$posX = $x;
     self::$posY = $y;
 }