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