Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::setValuepublicWC 1.0

Method of the class: Rule{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Rule = new Rule();
$Rule->setValue( $mValue );
$mValue(RuleValueList|string|null) (required)
.

Rule::setValue() code WC 10.5.0

public function setValue($mValue)
{
    $this->mValue = $mValue;
}