Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::getRulepublicWC 1.0

Method of the class: Rule{}

No Hooks.

Returns

String.

Usage

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

Rule::getRule() code WC 10.4.3

public function getRule()
{
    return $this->sRule;
}