Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
ValueList::setListComponents
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() ValueList::setListComponents code WC 11.0.1
public function setListComponents(array $aComponents)
{
$this->aComponents = $aComponents;
}