Esempio n. 1
0
 /**
  * Filter the query by a related \RFieldpostprocessorForfield object
  *
  * @param \RFieldpostprocessorForfield|ObjectCollection $rFieldpostprocessorForfield the related object to use as filter
  * @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
  *
  * @return ChildTemplatesQuery The current query, for fluid interface
  */
 public function filterByRFieldpostprocessorForfield($rFieldpostprocessorForfield, $comparison = null)
 {
     if ($rFieldpostprocessorForfield instanceof \RFieldpostprocessorForfield) {
         return $this->addUsingAlias(TemplatesTableMap::COL_ID, $rFieldpostprocessorForfield->getTemplateid(), $comparison);
     } elseif ($rFieldpostprocessorForfield instanceof ObjectCollection) {
         return $this->useRFieldpostprocessorForfieldQuery()->filterByPrimaryKeys($rFieldpostprocessorForfield->getPrimaryKeys())->endUse();
     } else {
         throw new PropelException('filterByRFieldpostprocessorForfield() only accepts arguments of type \\RFieldpostprocessorForfield or Collection');
     }
 }
 /**
  * Filter the query by a related \RTemplatenamesInchapter object
  *
  * @param \RTemplatenamesInchapter|ObjectCollection $rTemplatenamesInchapter the related object to use as filter
  * @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
  *
  * @return ChildTemplatenamesQuery The current query, for fluid interface
  */
 public function filterByRTemplatenamesInchapter($rTemplatenamesInchapter, $comparison = null)
 {
     if ($rTemplatenamesInchapter instanceof \RTemplatenamesInchapter) {
         return $this->addUsingAlias(TemplatenamesTableMap::COL_ID, $rTemplatenamesInchapter->getTemplateid(), $comparison);
     } elseif ($rTemplatenamesInchapter instanceof ObjectCollection) {
         return $this->useRTemplatenamesInchapterQuery()->filterByPrimaryKeys($rTemplatenamesInchapter->getPrimaryKeys())->endUse();
     } else {
         throw new PropelException('filterByRTemplatenamesInchapter() only accepts arguments of type \\RTemplatenamesInchapter or Collection');
     }
 }