PHP Class CTDev, community-theme-16

Inheritance: extends Module
Show file Open project: PrestaShop/community-theme-16

Public Methods

Method Description
__construct ( ) CTDev constructor.
getContent ( ) : string Compiles and returns module configuration page content
install ( ) : boolean Installs module to PrestaShop
uninstall ( ) * Uninstalls module from PrestaShop

Method Details

__construct() public method

CTDev constructor.
public __construct ( )

getContent() public method

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

install() public method

Installs module to PrestaShop
public install ( ) : boolean
return boolean

uninstall() public method

* Uninstalls module from PrestaShop
public uninstall ( )