Ejemplo n.º 1
0
 /**
  * Set the default size of the map
  *
  * @param int $width
  * @param int $height
  */
 public static function set_map_size($width, $height)
 {
     self::$map_width = $width;
     self::$map_height = $height;
 }