Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

CSSFunction::renderpublicWC 1.0

Method of the class: CSSFunction{}

No Hooks.

Returns

String.

Usage

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

CSSFunction::render() code WC 10.4.3

public function render($oOutputFormat)
{
    $aArguments = parent::render($oOutputFormat);
    return "{$this->sName}({$aArguments})";
}