parentWriter = $parentWriter; $this->element = $element; $this->withoutP = $withoutP; } /** * Set without paragraph. * * @param bool $value */ public function setWithoutP($value): void { $this->withoutP = $value; } }