コード例 #1
0
 /**
  * Method called to associate a SchemaPropertyElement object to this object
  * through the SchemaPropertyElement foreign key attribute
  *
  * @param      SchemaPropertyElement $l SchemaPropertyElement
  * @return     void
  * @throws     PropelException
  */
 public function addSchemaPropertyElementRelatedByRelatedSchemaPropertyId(SchemaPropertyElement $l)
 {
     $this->collSchemaPropertyElementsRelatedByRelatedSchemaPropertyId[] = $l;
     $l->setSchemaPropertyRelatedByRelatedSchemaPropertyId($this);
 }