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