Example #1
0
 /**
  * Add accountOwners
  *
  * @param \Wealthbot\ClientBundle\Model\ClientAccountOwner $accountOwner
  * @return ClientAccount
  */
 public function addAccountOwner(\Wealthbot\ClientBundle\Model\ClientAccountOwner $accountOwner)
 {
     parent::addAccountOwner($accountOwner);
     return $this;
 }