Méthode | Description | |
---|---|---|
__construct ( ) | CTConfiguration constructor. | |
getContent ( ) : string | Compiles and returns module configuration page content | |
hookDisplayFooterProduct ( ) | Adds JS files to product page | |
hookDisplayHeader ( ) | Adds assets to page header and passes configuration variables to smarty | |
install ( ) : boolean | Installs module to PrestaShop | |
uninstall ( ) | * Uninstalls module from PrestaShop |
Méthode | Description | |
---|---|---|
getOptionFields ( ) : array | Return HelperOptions fields that are using in module configuration form. | |
hookModule ( string $module, string $hook ) : boolean | Registers a module hook | |
postProcess ( ) | Processes submitted configuration variables | |
unhookModule ( string $module, string $hook ) : boolean | Unhooks a module hook |
public getContent ( ) : string | ||
Résultat | string |
protected getOptionFields ( ) : array | ||
Résultat | array |
public hookDisplayHeader ( ) |
protected postProcess ( ) |