parentWriter; } /** * Set parent Ods writer. * * @param Ods $writer */ public function __construct(Ods $writer) { $this->parentWriter = $writer; } }