PHP 클래스 DemoDataSeeder, core

상속: extends Seeder
파일 보기 프로젝트 열기: tdt/core

공개 메소드들

메소드 설명
__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