$this
public function setRows(array $rows) : static { $this->rows = []; return $this->addRows($rows); }