Specificity::compareTo( SymfonyComponentCssSelectorNodeSpecificity $specificity )

Returns -1 if the object specificity is lower than the argument, 0 if they are equal, and 1 if the argument is lower.


Description Description


Parameters Parameters

$specificity

(Required)


Top ↑

Return Return

(int)


Top ↑

Source Source

File: vendor/symfony/css-selector/Node/Specificity.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.