PHP 클래스 Laralib\L5scaffold\Makes\MakeLocalization

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
build ( &$stub )
replaceLocalization ( &$stub )

메소드 상세

__construct() 공개 메소드

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

compileLocalizationStub() 보호된 메소드

Compile the migration stub.
protected compileLocalizationStub ( ) : string
리턴 string

start() 보호된 메소드

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