[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/vendor/symfony/css-selector/Node/ -> FunctionNode.php (summary)

(no description)

File Size: 76 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FunctionNode:: (6 methods):
  __construct()
  getSelector()
  getName()
  getArguments()
  getSpecificity()
  __toString()


Class: FunctionNode  - X-Ref

Represents a "<selector>:<name>(<arguments>)" node.

This component is a port of the Python cssselect library,
which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.

__construct(NodeInterface $selector, string $name, array $arguments = [])   X-Ref

param: Token[] $arguments

getSelector()   X-Ref
No description

getName()   X-Ref
No description

getArguments()   X-Ref

return: Token[]

getSpecificity()   X-Ref
{@inheritdoc}


__toString()   X-Ref
No description