Metabor\KeyValue\Nullable::offsetExists PHP Метод

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

См. также: ArrayAccess::offsetExists()
public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return isset($this->keyValue[$offset]);
    }