PHP Interface EzSystems\PlatformInstallerBundle\Installer\Installer

Simple SQL based installer interface for eZ Platform 1.0, will be replaced by a new interface in the future that uses API/SPI (via future import/export functionality) to support cluster and several different storage engines. Such change will also move responsibility of repository init (base schema and minimal data) to storage engine so this is not in installers. Further info: https://jira.ez.no/browse/EZP-25368
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
createConfiguration ( )
importBinaries ( ) Handle optional import of binary files to var folder.
importData ( ) Handle inserting of sql dump, sql dump should ideally be in ISO SQL format.
importSchema ( ) Handle inserting of schema, schema should ideally be in ISO SQL format.

Method Details

createConfiguration() public méthode

Deprecation: Inactive since 6.1, further info: https://jira.ez.no/browse/EZP-25369
public createConfiguration ( )

importBinaries() public méthode

Handle optional import of binary files to var folder.
public importBinaries ( )

importData() public méthode

Handle inserting of sql dump, sql dump should ideally be in ISO SQL format.
public importData ( )

importSchema() public méthode

Handle inserting of schema, schema should ideally be in ISO SQL format.
public importSchema ( )