Documentation

Installer
in package

Table of Contents

Properties

$database  : Db
$module  : axacf
$form_builder_modifiers  : array<string|int, string>
$form_modifiers  : array<string|int, string>

Methods

__construct()  : mixed
Installer constructor.
installFirstField()  : bool
installHooks()  : bool
Install Prestashop hooks
installSql()  : bool
Install AxAcf Sql tables
installTab()  : bool
Install Prestashop invisible tab for AdminController
installToken()  : bool
Install secure token.
run()  : bool
Main function Installer

Properties

$form_builder_modifiers

private static array<string|int, string> $form_builder_modifiers = ['Product', 'Category', 'Customer', 'CmsPage', 'CmsPageCategory', 'Manufacturer']
Tags
since

PrestaShop 1.7.6.0

$form_modifiers

private static array<string|int, string> $form_modifiers = ['Categories', 'Cms', 'Customers', 'CmsCategories', 'Manufacturers', 'Suppliers', 'Stores', 'Countries', 'AttributesGroups', 'Groups']

Methods

__construct()

Installer constructor.

public __construct(axacf $module) : mixed
Parameters
$module : axacf

installFirstField()

public installFirstField() : bool
Return values
bool

installHooks()

Install Prestashop hooks

public installHooks() : bool
Return values
bool

installSql()

Install AxAcf Sql tables

public installSql() : bool
Return values
bool

installTab()

Install Prestashop invisible tab for AdminController

public installTab() : bool
Return values
bool

installToken()

Install secure token.

public installToken() : bool
Return values
bool

run()

Main function Installer

public run() : bool
Return values
bool

        
On this page

Search results