Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Import::setCommentspublicWC 1.0

Method of the class: Import{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Import = new Import();
$Import->setComments( $aComments );
$aComments(array) (required)
.

Import::setComments() code WC 10.4.3

public function setComments(array $aComments)
{
    $this->aComments = $aComments;
}