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