Esempio n. 1
0
 /**
  * Method called to associate a SchemaProperty object to this object
  * through the SchemaProperty foreign key attribute
  *
  * @param      SchemaProperty $l SchemaProperty
  * @return     void
  * @throws     PropelException
  */
 public function addSchemaPropertyRelatedByUpdatedUserId(SchemaProperty $l)
 {
     $this->collSchemaPropertysRelatedByUpdatedUserId[] = $l;
     $l->setUserRelatedByUpdatedUserId($this);
 }