You are here

public function TimezonePolygon::__construct in Geo Time Zone 8.3

Same name and namespace in other branches
  1. 8 src/TimezonePolygon.php \Drupal\geotimezone\TimezonePolygon::__construct()
  2. 8.2 src/TimezonePolygon.php \Drupal\geotimezone\TimezonePolygon::__construct()
  3. 6.2 src/TimezonePolygon.php \Drupal\geotimezone\TimezonePolygon::__construct()
  4. 6 src/TimezonePolygon.php \Drupal\geotimezone\TimezonePolygon::__construct()
  5. 7.2 src/TimezonePolygon.php \Drupal\geotimezone\TimezonePolygon::__construct()
  6. 7 src/TimezonePolygon.php \Drupal\geotimezone\TimezonePolygon::__construct()

TimezonePolygon constructor.

File

src/TimezonePolygon.php, line 24
Contains \Drupal\geotimezone\TimezonePolygon.

Class

TimezonePolygon
Computes if given coordinates are inside the time zone polygon.

Namespace

Drupal\geotimezone

Code

public function __construct() {
  $this->points = func_get_args();
}