Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::getValue
Method of the class: Rule{}
No Hooks.
Returns
RuleValueList|String|null.
Usage
$Rule = new Rule(); $Rule->getValue();
Rule::getValue() Rule::getValue code WC 10.4.3
public function getValue()
{
return $this->mValue;
}