Exemplo n.º 1
0
 /**
  * Exclude object from result
  *
  * @param   ChildTntPriceWeight $tntPriceWeight Object to remove from the list of results
  *
  * @return ChildTntPriceWeightQuery The current query, for fluid interface
  */
 public function prune($tntPriceWeight = null)
 {
     if ($tntPriceWeight) {
         $this->addUsingAlias(TntPriceWeightTableMap::ID, $tntPriceWeight->getId(), Criteria::NOT_EQUAL);
     }
     return $this;
 }