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 11.0.1

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