deleteCategoriesStoreIndices() 공개 메소드

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