PHP Класс DemoDataSeeder, core

Наследование: extends Seeder
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Tdt\Core\Repositories\Interfaces\DefinitionRepositoryInterface $definitions )
run ( ) : void Run the database seeds.

Приватные методы

Метод Описание
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

Описание методов

__construct() публичный Метод

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

run() публичный Метод

Run the database seeds.
public run ( ) : void
Результат void