Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

ValueList::addListComponentpublicWC 1.0

Method of the class: ValueList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ValueList = new ValueList();
$ValueList->addListComponent( $mComponent );
$mComponent(RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string) (required)
.

ValueList::addListComponent() code WC 10.4.3

public function addListComponent($mComponent)
{
    $this->aComponents[] = $mComponent;
}