You are here

public function Metadata::__get in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php \MaxMind\Db\Reader\Metadata::__get()

File

includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php, line 73

Class

Metadata
This class provides the metadata for the MaxMind DB file.

Namespace

MaxMind\Db\Reader

Code

public function __get($var) {
  return $this->{$var};
}