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

PseudoNode::getIdentifierpublicWC 1.0

Method of the class: PseudoNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PseudoNode = new PseudoNode();
$PseudoNode->getIdentifier(): string;

PseudoNode::getIdentifier() code WC 10.7.0

public function getIdentifier(): string
{
    return $this->identifier;
}