moveProductsIndex() 공개 메소드

public moveProductsIndex ( $storeId )
예제 #1
0
 public function moveProductsTmpIndex(Varien_Object $event)
 {
     $storeId = $event->getStoreId();
     $this->helper->moveProductsIndex($storeId);
 }