/**
  * (non-PHPdoc)
  * @see svnadmin\core\interfaces.IPathsEditProvider::removeGroupFromAccessPath()
  */
 public function removeGroupFromAccessPath($objGroup, $objAccessPath)
 {
     return $this->m_authfile->removeGroupFromRepository($objGroup->name, $objAccessPath->path);
 }