Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet
RuleSet::setComments
Method of the class: RuleSet{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RuleSet = new RuleSet(); $RuleSet->setComments( $aComments );
- $aComments(array) (required)
- .
RuleSet::setComments() RuleSet::setComments code WC 10.8.1
public function setComments(array $aComments)
{
$this->aComments = $aComments;
}