You are here

protected function QueryPathCssEventHandler::nthLastOfTypeChild in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/CssEventHandler.php \QueryPathCssEventHandler::nthLastOfTypeChild()
  2. 7.2 QueryPath/CssEventHandler.php \QueryPathCssEventHandler::nthLastOfTypeChild()
1 call to QueryPathCssEventHandler::nthLastOfTypeChild()
QueryPathCssEventHandler::pseudoClass in QueryPath/CssEventHandler.php

File

QueryPath/CssEventHandler.php, line 739

Class

QueryPathCssEventHandler

Code

protected function nthLastOfTypeChild($groupSize, $elementInGroup) {
  $this
    ->nthOfTypeChild($groupSize, $elementInGroup, TRUE);
}