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