/**
* @deprecated in 5.6, will be private in the future
*
* Helper function to get the sRewriteTable class with auto completion.
*
* @return sRewriteTable
*/
public function RewriteTable() { trigger_error(sprintf('%s:%s is deprecated since Shopware 5.6 and will be private with 5.7.', __CLASS__, __METHOD__
), E_USER_DEPRECATED
);
return Shopware()->
Modules()->
RewriteTable();
} /**
* Clean up seo links. remove links of non-existing categories, articles...
*/
public function initSeoAction() { $shopId =
(int) $this->
Request()->
getParam('shopId', 1
);
@
set_time_limit(1200
);