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