Пример #1
0
 /**
  * Adds a row.
  *
  * @param string $name
  * @param Row    $row
  *
  * @return Section
  */
 public function add($name, Row $row)
 {
     $this->children[$name] = $row->bind($this, $name);
     return $this;
 }