コード例 #1
0
ファイル: Address.php プロジェクト: manuelbcd/thelia
 public function update(AddressCreateOrUpdateEvent $event)
 {
     $addressModel = $event->getAddress();
     $this->createOrUpdate($addressModel, $event);
 }
コード例 #2
0
ファイル: Address.php プロジェクト: vigourouxjulien/thelia
 public function update(AddressCreateOrUpdateEvent $event, $eventName, EventDispatcherInterface $dispatcher)
 {
     $addressModel = $event->getAddress();
     $this->createOrUpdate($addressModel, $event, $dispatcher);
 }