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