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

FunctionNode::getSelectorpublicWC 1.0

Метод класса: FunctionNode{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$FunctionNode = new FunctionNode();
$FunctionNode->getSelector(): NodeInterface;

Код FunctionNode::getSelector() WC 10.5.1

public function getSelector(): NodeInterface
{
    return $this->selector;
}