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