$this->
SeoIndex()->
refreshSeoIndex();
} /**
* Event listener function of the Enlight_Controller_Dispatcher_ControllerPath_Backend_Seo
* event. This event is fired when shopware trying to access the plugin SEO controller.
*
* @return string
*/
public function getSeoBackendController(Enlight_Event_EventArgs
$arguments) { return $this->
Path() . 'Controllers/Seo.php';
} /**
* Event listener function of the Enlight_Controller_Dispatcher_ControllerPath_Backend_SearchIndex
* event. This event is fired when shopware trying to access the plugin SearchIndex controller.
*
* @return string
*/
public function getSearchIndexBackendController(Enlight_Event_EventArgs
$arguments) { return $this->
Path() . 'Controllers/SearchIndex.php';
}