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