PHP 클래스 Laralib\L5scaffold\Makes\MakeSeed

상속: use trait MakerTrait
파일 보기 프로젝트 열기: laralib/l5scaffold

공개 메소드들

메소드 설명
__construct ( ScaffoldMakeCommand $scaffoldCommand, Illuminate\Filesystem\Filesystem $files ) : void Create a new instance.

보호된 메소드들

메소드 설명
compileSeedStub ( ) : string Compile the seed stub.
start ( ) : void Start make seed.

메소드 상세

__construct() 공개 메소드

Create a new instance.
public __construct ( ScaffoldMakeCommand $scaffoldCommand, Illuminate\Filesystem\Filesystem $files ) : void
$scaffoldCommand Laralib\L5scaffold\Commands\ScaffoldMakeCommand
$files Illuminate\Filesystem\Filesystem
리턴 void

compileSeedStub() 보호된 메소드

Compile the seed stub.
protected compileSeedStub ( ) : string
리턴 string

start() 보호된 메소드

Start make seed.
protected start ( ) : void
리턴 void