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