示例#1
0
 /**
  * Add owner
  *
  * @param \Application\MainBundle\Entity\Owner $owner
  *
  * @return CollectionElement
  */
 public function addOwner(\Application\MainBundle\Entity\Owner $owner)
 {
     $owner->addElement($this);
     $this->owners[] = $owner;
     return $this;
 }