Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

ValueList::setListComponentspublicWC 1.0

Method of the class: ValueList{}

No Hooks.

Returns

void. Nothing (null).

Usage

$ValueList = new ValueList();
$ValueList->setListComponents( $aComponents );
$aComponents(array<int, RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string>) (required)
.

ValueList::setListComponents() code WC 11.0.1

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