You are here

private property NegationNode::$subSelector in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/css-selector/Node/NegationNode.php \Symfony\Component\CssSelector\Node\NegationNode::subSelector

Type: NodeInterface

File

vendor/symfony/css-selector/Node/NegationNode.php, line 32

Class

NegationNode
Represents a "<selector>:not(<identifier>)" node.

Namespace

Symfony\Component\CssSelector\Node

Code

private $subSelector;