rows = $rows; return $this; } /** * Get the number of rows for the element. * * @since 3.0.0 */ public function getRows(): string { return $this->rows; } }