Example #1
0
 /**
  * @param CustomerInterface $customer
  */
 protected function assignUser(CustomerInterface $customer = null)
 {
     if (null !== $customer) {
         $customer->setUser($this);
     }
 }