parentWriter, $this->element); $this->getStyles(); $content = ''; $content .= $this->writeOpening(); $content .= '{'; $content .= $writer->write(); $content .= '}'; $content .= $this->writeClosing(); return $content; } }