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

CombinedSelectorNode::getCombinatorpublicWC 1.0

Method of the class: CombinedSelectorNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$CombinedSelectorNode = new CombinedSelectorNode();
$CombinedSelectorNode->getCombinator(): string;

CombinedSelectorNode::getCombinator() code WC 10.5.0

public function getCombinator(): string
{
    return $this->combinator;
}