Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
ValueList::addListComponent
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() ValueList::addListComponent code WC 10.4.3
public function addListComponent($mComponent)
{
$this->aComponents[] = $mComponent;
}