[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

(no description)

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

Defines 1 class

Specificity:: (4 methods):
  __construct()
  plus()
  getValue()
  compareTo()


Class: Specificity  - X-Ref

Represents a node specificity.

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

__construct(int $a, int $b, int $c)   X-Ref
No description

plus(self $specificity)   X-Ref
No description

getValue()   X-Ref
No description

compareTo(self $specificity)   X-Ref
Returns -1 if the object specificity is lower than the argument,
0 if they are equal, and 1 if the argument is lower.