container = 'cell'; $this->docPart = $docPart; $this->docPartId = $docPartId; $this->width = $width; $this->cellStyle = $this->setStyle(new CellStyle(), $style, true); } /** * Get cell style * * @return CellStyle */ public function getStyle() { return $this->cellStyle; } /** * Get cell width * * @return int */ public function getWidth() { return $this->width; } }