Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

CalcRuleValueList::renderpublicWC 1.0

Method of the class: CalcRuleValueList{}

No Hooks.

Returns

String.

Usage

$CalcRuleValueList = new CalcRuleValueList();
$CalcRuleValueList->render( $oOutputFormat );
$oOutputFormat(OutputFormat|null) (required)
.

CalcRuleValueList::render() code WC 10.5.0

public function render($oOutputFormat)
{
    return $oOutputFormat->implode(' ', $this->aComponents);
}