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