コード例 #1
0
ファイル: User.php プロジェクト: qkdreyer/Sylius
 /**
  * @param CustomerInterface $customer
  */
 protected function assignUser(CustomerInterface $customer = null)
 {
     if (null !== $customer) {
         $customer->setUser($this);
     }
 }