Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::setIsImportantpublicWC 1.0

Method of the class: Rule{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Rule = new Rule();
$Rule->setIsImportant( $bIsImportant );
$bIsImportant(true|false) (required)
.

Rule::setIsImportant() code WC 10.8.1

public function setIsImportant($bIsImportant)
{
    $this->bIsImportant = $bIsImportant;
}