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