PHP Class DemoDataSeeder, core

Inheritance: extends Seeder
Afficher le fichier Open project: tdt/core

Méthodes publiques

Méthode Description
__construct ( Tdt\Core\Repositories\Interfaces\DefinitionRepositoryInterface $definitions )
run ( ) : void Run the database seeds.

Private Methods

Méthode Description
seedCsv ( ) Seed the CSV definitions
seedJson ( ) Seed the JSON definitions
seedShp ( ) Seed the SHP definitions
seedXls ( ) Seed the XLS definitions
seedXml ( ) Seed the XML definitions

Method Details

__construct() public méthode

public __construct ( Tdt\Core\Repositories\Interfaces\DefinitionRepositoryInterface $definitions )
$definitions Tdt\Core\Repositories\Interfaces\DefinitionRepositoryInterface

run() public méthode

Run the database seeds.
public run ( ) : void
Résultat void