MenaraSolutions\Geographer\Traits\ExposesFields::offsetGet PHP Method

offsetGet() public method

public offsetGet ( mixed $offset ) : mixed
$offset mixed
return mixed
    public function offsetGet($offset)
    {
        if (is_string($offset)) {
            return $this->__get($offset);
        }
    }