Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
CalcRuleValueList::render
Method of the class: CalcRuleValueList{}
No Hooks.
Returns
String.
Usage
$CalcRuleValueList = new CalcRuleValueList(); $CalcRuleValueList->render( $oOutputFormat );
- $oOutputFormat(OutputFormat|null) (required)
- .
CalcRuleValueList::render() CalcRuleValueList::render code WC 10.5.0
public function render($oOutputFormat)
{
return $oOutputFormat->implode(' ', $this->aComponents);
}