Bolt\Storage\Mapping\TaxonomyValue::offsetExists PHP Метод

offsetExists() публичный Метод

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return isset($this->data[$offset]);
    }