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 11.0.1
public function getValue()
{
return $this->mValue;
}