protected function QueryPathCssEventHandler::nthLastOfTypeChild in QueryPath 7.2
Same name and namespace in other branches
- 6 QueryPath/CssEventHandler.php \QueryPathCssEventHandler::nthLastOfTypeChild()
- 7.3 QueryPath/CssEventHandler.php \QueryPathCssEventHandler::nthLastOfTypeChild()
1 call to QueryPathCssEventHandler::nthLastOfTypeChild()
- QueryPathCssEventHandler::pseudoClass in QueryPath/
CssEventHandler.php
File
- QueryPath/
CssEventHandler.php, line 739
Class
Code
protected function nthLastOfTypeChild($groupSize, $elementInGroup) {
$this
->nthOfTypeChild($groupSize, $elementInGroup, TRUE);
}