getIndexPrefix() public method

public getIndexPrefix ( $storeId = null )
コード例 #1
0
 public function getBaseIndexName($storeId = null)
 {
     return (string) $this->config->getIndexPrefix($storeId) . Mage::app()->getStore($storeId)->getCode();
 }