/**
  * @param int $idChildNode
  * @param int $idLocale
  * @param bool $excludeRoot
  *
  * @return array
  */
 public function getPathParents($idChildNode, $idLocale, $excludeRoot = true)
 {
     return $this->queryContainer->getParentPath($idChildNode, $idLocale, $excludeRoot)->find();
 }