parentWriter; } /** * Set parent Xlsx object. */ public function __construct(Xlsx $pWriter) { $this->parentWriter = $pWriter; } }