Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::setIsImportant
Method of the class: Rule{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Rule = new Rule(); $Rule->setIsImportant( $bIsImportant );
- $bIsImportant(true|false) (required)
- .
Rule::setIsImportant() Rule::setIsImportant code WC 10.8.1
public function setIsImportant($bIsImportant)
{
$this->bIsImportant = $bIsImportant;
}