コード例 #1
0
ファイル: ValueList.php プロジェクト: engbanna/RTLer
 public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat)
 {
     return $oOutputFormat->implode($oOutputFormat->spaceBeforeListArgumentSeparator($this->sSeparator) . $this->sSeparator . $oOutputFormat->spaceAfterListArgumentSeparator($this->sSeparator), $this->aComponents);
 }