deleteCategoriesStoreIndices() public method

public deleteCategoriesStoreIndices ( $storeId = null )
コード例 #1
0
 public function deleteCategoriesStoreIndices(Varien_Object $event)
 {
     $storeId = $event->getStoreId();
     $this->helper->deleteCategoriesStoreIndices($storeId);
 }