/** * 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; }
/** * 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'); } }
/** * Clears the current object, sets all attributes to their default values and removes * outgoing references as well as back-references (from other objects to this one. Results probably in a database * change of those foreign objects when you call `save` there). */ public function clear() { if (null !== $this->aучасткиработмобилизация) { $this->aучасткиработмобилизация->removeмобилизацияпомесяцам($this); } if (null !== $this->aКалендарь) { $this->aКалендарь->removeмобилизацияпомесяцам($this); } if (null !== $this->aтипытехникимобилизация) { $this->aтипытехникимобилизация->removeмобилизацияпомесяцам($this); } if (null !== $this->aгода) { $this->aгода->removeмобилизацияпомесяцам($this); } if (null !== $this->aмесяца) { $this->aмесяца->removeмобилизацияпомесяцам($this); } if (null !== $this->aПроекты) { $this->aПроекты->removeмобилизацияпомесяцам($this); } $this->id = null; $this->тип_техники = null; $this->план_отгрузка_количество = null; $this->факт_отгрузка_количество = null; $this->план_доставка_количество = null; $this->факт_доставка_количество = null; $this->проект = null; $this->год = null; $this->месяц = null; $this->дата_отчёта = null; $this->участок_работ = null; $this->alreadyInSave = false; $this->clearAllReferences(); $this->resetModified(); $this->setNew(true); $this->setDeleted(false); }