Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

ValueList::setListComponentspublicWC 1.0

Method of the class: ValueList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ValueList = new ValueList();
$ValueList->setListComponents( $aComponents );
$aComponents(array) (required)
.

ValueList::setListComponents() code WC 10.5.0

public function setListComponents(array $aComponents)
{
    $this->aComponents = $aComponents;
}