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