Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::getIsImportantpublicWC 1.0

Method of the class: Rule{}

No Hooks.

Returns

true|false.

Usage

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

Rule::getIsImportant() code WC 10.8.1

public function getIsImportant()
{
    return $this->bIsImportant;
}