moveProductsIndex() public method

public moveProductsIndex ( $storeId )
Ejemplo n.º 1
0
 public function moveProductsTmpIndex(Varien_Object $event)
 {
     $storeId = $event->getStoreId();
     $this->helper->moveProductsIndex($storeId);
 }