Lister::offsetSet PHP Method

offsetSet() public method

public offsetSet ( $name, $val )
    public function offsetSet($name, $val)
    {
        $this->current_row[$name] = $val;
        $this->set($name, $val);
    }