コード例 #1
0
ファイル: index2.php プロジェクト: smetagenus/rover
 public static function setSize($x, $y)
 {
     self::$sizeX = $x;
     self::$sizeY = $y;
 }