Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node

ClassNode::getNamepublicWC 1.0

Method of the class: ClassNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ClassNode = new ClassNode();
$ClassNode->getName(): string;

ClassNode::getName() code WC 10.5.0

public function getName(): string
{
    return $this->name;
}