Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::getValuepublicWC 1.0

Method of the class: Rule{}

No Hooks.

Returns

RuleValueList|string|null.

Usage

$Rule = new Rule();
$Rule->getValue();

Rule::getValue() code WC 11.0.1

public function getValue()
{
    return $this->mValue;
}