You are here

protected function QueryPathCssEventHandler::nthLastChild in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/CssEventHandler.php \QueryPathCssEventHandler::nthLastChild()
  2. 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

QueryPathCssEventHandler

Code

protected function nthLastChild($groupSize, $elementInGroup) {
  $this
    ->nthChild($groupSize, $elementInGroup, TRUE);
}