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