params['rows'] = $rows; return $this; } public function cols($cols) { $this->params['cols'] = $cols; return $this; } }