Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
CSSFunction::render
Method of the class: CSSFunction{}
No Hooks.
Returns
String.
Usage
$CSSFunction = new CSSFunction(); $CSSFunction->render( $oOutputFormat );
- $oOutputFormat(OutputFormat|null) (required)
- .
CSSFunction::render() CSSFunction::render code WC 10.4.3
public function render($oOutputFormat)
{
$aArguments = parent::render($oOutputFormat);
return "{$this->sName}({$aArguments})";
}