Dibi\Row::offsetExists PHP Method

offsetExists() final public method

final public offsetExists ( $nm )
    public final function offsetExists($nm)
    {
        return isset($this->{$nm});
    }