Beispiel #1
0
 /**
  *
  * @param \Account\Entity\Account $account        	
  */
 public function setAccount($account)
 {
     if (null === $account && $this->account) {
         $this->account->removeLeads($this);
     }
     $this->account = $account;
     return $this;
 }