Esempio n. 1
0
 public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat)
 {
     return $oOutputFormat->implode($oOutputFormat->spaceBeforeListArgumentSeparator($this->sSeparator) . $this->sSeparator . $oOutputFormat->spaceAfterListArgumentSeparator($this->sSeparator), $this->aComponents);
 }