protected function makeRow($attrs) { $row = new Row(); $row->setFormName($this->getName()); $row->setAttrs($attrs); $row->setValue($this->getValue($attrs['name'])); $row->setArgs($this->getArgs($attrs['name'])); return $row; }