Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
ValueList::getListSeparator
Method of the class: ValueList{}
No Hooks.
Returns
String.
Usage
$ValueList = new ValueList(); $ValueList->getListSeparator();
ValueList::getListSeparator() ValueList::getListSeparator code WC 10.5.0
public function getListSeparator()
{
return $this->sSeparator;
}