Example #1
0
 public function onlineProductFromYahoo(Event $event)
 {
     $product = $event->getAuction()->getProduct();
     if (!is_null($product->getYahooId())) {
         $this->getClient()->online($product);
     }
 }