Lister::offsetExists PHP Method

offsetExists() public method

{{{ ArrayAccess support
public offsetExists ( $name )
    public function offsetExists($name)
    {
        return isset($this->current_row[$name]);
    }