Exemplo n.º 1
0
 /**
  * Declares an association between this object and a Missatgesmailing object.
  *
  * @param      Missatgesmailing $v
  * @return     Missatgesllistes The current object (for fluent API support)
  * @throws     PropelException
  */
 public function setMissatgesmailing(Missatgesmailing $v = null)
 {
     if ($v === null) {
         $this->setIdmissatgesllistes(NULL);
     } else {
         $this->setIdmissatgesllistes($v->getIdmissatge());
     }
     $this->aMissatgesmailing = $v;
     // Add binding for other direction of this n:n relationship.
     // If this object has already been added to the Missatgesmailing object, it will not be re-added.
     if ($v !== null) {
         $v->addMissatgesllistes($this);
     }
     return $this;
 }