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