PHP 클래스 Laralib\L5scaffold\Makes\MakeLayout

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

공개 메소드들

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

보호된 메소드들

메소드 설명
getPathResource ( ) : string Get the path to where we should store the view.
putViewLayout ( $name, $stub, $file ) : void Write layout in path
start ( ) : void Start make layout(view).

메소드 상세

__construct() 공개 메소드

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

getPathResource() 보호된 메소드

Get the path to where we should store the view.
protected getPathResource ( ) : string
리턴 string

putViewLayout() 보호된 메소드

Write layout in path
protected putViewLayout ( $name, $stub, $file ) : void
리턴 void

start() 보호된 메소드

Start make layout(view).
protected start ( ) : void
리턴 void