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