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

offsetExists() public method

public offsetExists ( mixed $offset ) : boolean
$offset mixed
return boolean
    public function offsetExists($offset)
    {
        return isset($this->exposed[$offset]);
    }