PHP 클래스 CTConfiguration, community-theme-16

상속: extends Module
파일 보기 프로젝트 열기: PrestaShop/community-theme-16

공개 메소드들

메소드 설명
__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

보호된 메소드들

메소드 설명
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

메소드 상세

__construct() 공개 메소드

CTConfiguration constructor.
public __construct ( )

getContent() 공개 메소드

Compiles and returns module configuration page content
public getContent ( ) : string
리턴 string

getOptionFields() 보호된 메소드

Return HelperOptions fields that are using in module configuration form.
protected getOptionFields ( ) : array
리턴 array

hookDisplayFooterProduct() 공개 메소드

Adds JS files to product page

hookDisplayHeader() 공개 메소드

Adds assets to page header and passes configuration variables to smarty
public hookDisplayHeader ( )

hookModule() 보호된 메소드

Registers a module hook
protected hookModule ( string $module, string $hook ) : boolean
$module string
$hook string
리턴 boolean

install() 공개 메소드

Installs module to PrestaShop
public install ( ) : boolean
리턴 boolean

postProcess() 보호된 메소드

Processes submitted configuration variables
protected postProcess ( )

unhookModule() 보호된 메소드

Unhooks a module hook
protected unhookModule ( string $module, string $hook ) : boolean
$module string
$hook string
리턴 boolean

uninstall() 공개 메소드

* Uninstalls module from PrestaShop
public uninstall ( )