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