Exemplo n.º 1
0
 /**
  * Method called to associate a SchemaHasUser object to this object
  * through the SchemaHasUser foreign key attribute
  *
  * @param      SchemaHasUser $l SchemaHasUser
  * @return     void
  * @throws     PropelException
  */
 public function addSchemaHasUser(SchemaHasUser $l)
 {
     $this->collSchemaHasUsers[] = $l;
     $l->setSchema($this);
 }