PHP Class Creare_CreareSeoCore_Helper_Data

Inheritance: extends Mage_Core_Helper_Abstract
Mostrar archivo Open project: adampmoss/CreareSEO

Public Methods

Method Description
checkDefaultStoreGroupNames ( )
checkDefaultStoreNames ( )
checkDefaultWebsiteNames ( )
exists ( $file )
getConfig ( $field )
getConfigPath ( )
getDiscontinuedCategoryUrl ( $category )
getDiscontinuedProductUrl ( $product )
getProductStartingprice ( $product )
htaccess ( )
isWriteable ( $file )
robotstxt ( )
saveFileContentToConfig ( $file, $field ) * On controller_action_predispatch called by saveConfigOnConfigLoad()
writeFile ( $file, $post, $field, $robots_location = '' ) * On admin_system_config_changed_section_ called by writeToFileOnConfigSave()

Method Details

checkDefaultStoreGroupNames() public method

checkDefaultStoreNames() public method

checkDefaultWebsiteNames() public method

exists() public method

public exists ( $file )

getConfig() public method

public getConfig ( $field )

getConfigPath() public method

public getConfigPath ( )

getDiscontinuedCategoryUrl() public method

public getDiscontinuedCategoryUrl ( $category )

getDiscontinuedProductUrl() public method

public getDiscontinuedProductUrl ( $product )

getProductStartingprice() public method

public getProductStartingprice ( $product )

htaccess() public method

public htaccess ( )

isWriteable() public method

public isWriteable ( $file )

robotstxt() public method

public robotstxt ( )

saveFileContentToConfig() public method

* On controller_action_predispatch called by saveConfigOnConfigLoad()
public saveFileContentToConfig ( $file, $field )

writeFile() public method

* On admin_system_config_changed_section_ called by writeToFileOnConfigSave()
public writeFile ( $file, $post, $field, $robots_location = '' )