rows[] = new Row($callback, $this); return $this; } /** * @return Row[] */ public function rows() { return $this->rows; } }