You are here

public function GeoPHPWrapper::__construct in geoPHP 8

Constructor.

File

src/GeoPHPWrapper.php, line 13

Class

GeoPHPWrapper
GeoPHPWrapper.

Namespace

Drupal\geophp

Code

public function __construct() {
  require_once drupal_get_path('module', 'geophp') . '/geoPHP/geoPHP.inc';
}