PHP 클래스 Laralib\L5scaffold\Makes\MakeMigration

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

보호된 프로퍼티들

프로퍼티 타입 설명
$scaffoldCommandObj Laralib\L5scaffold\Commands\ScaffoldMakeCommand Store scaffold command.

공개 메소드들

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

보호된 메소드들

메소드 설명
compileMigrationStub ( ) : string Compile the migration stub.
getPath ( string $name ) : string Get the path to where we should store the migration.
replaceSchema ( string &$stub ) Replace the schema for the stub.
start ( ) : void Start make migration.

메소드 상세

__construct() 공개 메소드

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

compileMigrationStub() 보호된 메소드

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

getPath() 보호된 메소드

Get the path to where we should store the migration.
protected getPath ( string $name ) : string
$name string
리턴 string

replaceSchema() 보호된 메소드

Replace the schema for the stub.
protected replaceSchema ( string &$stub )
$stub string

start() 보호된 메소드

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

프로퍼티 상세

$scaffoldCommandObj 보호되어 있는 프로퍼티

Store scaffold command.
protected ScaffoldMakeCommand,Laralib\L5scaffold\Commands $scaffoldCommandObj
리턴 Laralib\L5scaffold\Commands\ScaffoldMakeCommand