Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::setValue
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() Rule::setValue code WC 10.5.0
public function setValue($mValue)
{
$this->mValue = $mValue;
}