Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

ValueList::addListComponentpublicWC 1.0

Метод класса: ValueList{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ValueList = new ValueList();
$ValueList->addListComponent( $mComponent );
$mComponent(RuleValueList|CSSFunction|CSSString|LineName|Size|URL|строка) (обязательный)
.

Код ValueList::addListComponent() WC 11.0.1

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