/** * Filter the query by a related \типытехникивыработка object * * @param \типытехникивыработка|ObjectCollection $�ипытехникивыработка The related object(s) to use as filter * @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL * * @throws \Propel\Runtime\Exception\PropelException * * @return ChildвыработкаQuery The current query, for fluid interface */ public function filterByтипытехникивыработка($�ипытехникивыработка, $comparison = null) { if ($�ипытехникивыработка instanceof \типытехникивыработка) { return $this->addUsingAlias(выработкаTableMap::COL_ТИП_ТЕХНИКИ, $�ипытехникивыработка->getId(), $comparison); } elseif ($�ипытехникивыработка instanceof ObjectCollection) { if (null === $comparison) { $comparison = Criteria::IN; } return $this->addUsingAlias(выработкаTableMap::COL_ТИП_ТЕХНИКИ, $�ипытехникивыработка->toKeyValue('PrimaryKey', 'Id'), $comparison); } else { throw new PropelException('filterByтипытехникивыработка() only accepts arguments of type \\типытехникивыработка or Collection'); } }
/** * 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; }
/** * Declares an association between this object and a Childтипытехникивыработка object. * * @param Childтипытехникивыработка $v * @return $this|\выработка The current object (for fluent API support) * @throws PropelException */ public function setтипытехникивыработка(Childтипытехникивыработка $v = null) { if ($v === null) { $this->setтиптехники(NULL); } else { $this->setтиптехники($v->getId()); } $this->aтипытехникивыработка = $v; // Add binding for other direction of this n:n relationship. // If this object has already been added to the Childтипытехникивыработка object, it will not be re-added. if ($v !== null) { $v->addвыработка($this); } return $this; }