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 10.4.3

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