moveStoreSuggestionIndex() public method

public moveStoreSuggestionIndex ( $storeId )
Esempio n. 1
0
 public function moveStoreSuggestionIndex(Varien_Object $event)
 {
     $storeId = $event->getStoreId();
     $this->helper->moveStoreSuggestionIndex($storeId);
 }