Lister::offsetSet PHP Méthode

offsetSet() public méthode

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