Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::getValue
Метод класса: Rule{}
Хуков нет.
Возвращает
RuleValueList|Строку|null.
Использование
$Rule = new Rule(); $Rule->getValue();
Код Rule::getValue() Rule::getValue WC 10.4.3
public function getValue()
{
return $this->mValue;
}