PHP Class Shopware\DataGenerator\Writer\DatabaseWriter

Inheritance: implements Shopware\DataGenerator\Writer\WriterInterface
Afficher le fichier Open project: shopwarelabs/sw-cli-tools

Méthodes publiques

Méthode Description
__construct ( $config, $resourceName )
flush ( ) Flushes all known writer at once
getPriority ( )
write ( $content )

Private Methods

Méthode Description
connectToDatabase ( $config ) : PDO

Method Details

__construct() public méthode

public __construct ( $config, $resourceName )

flush() public méthode

Flushes all known writer at once
public flush ( )

getPriority() public méthode

public getPriority ( )

write() public méthode

public write ( $content )