/**
  * Exclude object from result
  *
  * @param   Childпроблемныевопросы $�роблемныевопросы Object to remove from the list of results
  *
  * @return $this|ChildпроблемныевопросыQuery The current query, for fluid interface
  */
 public function prune($�роблемныевопросы = null)
 {
     if ($�роблемныевопросы) {
         $this->addUsingAlias(проблемныевопросыTableMap::COL_ID, $�роблемныевопросы->getId(), Criteria::NOT_EQUAL);
     }
     return $this;
 }