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