/**
  * {@inheritdoc}
  */
 public function getProductWebsiteTable()
 {
     $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getProductWebsiteTable');
     if (!$pluginInfo) {
         return parent::getProductWebsiteTable();
     } else {
         return $this->___callPlugins('getProductWebsiteTable', func_get_args(), $pluginInfo);
     }
 }