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 11.0.1
public function getName()
{
return $this->sName;
}