Пример #1
0
 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;
 }