$this
public function addRows(array $rows) : static { foreach ($rows as $row) { $this->addRow($row); } return $this; }