Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
FunctionNode::getName
Method of the class: FunctionNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$FunctionNode = new FunctionNode(); $FunctionNode->getName(): string;
FunctionNode::getName() FunctionNode::getName code WC 10.5.0
public function getName(): string
{
return $this->name;
}