PHP 클래스 Laralib\L5scaffold\Makes\MakeRoute

상속: use trait Illuminate\Console\AppNamespaceDetectorTrait, use trait MakerTrait
파일 보기 프로젝트 열기: laralib/l5scaffold

공개 메소드들

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

보호된 메소드들

메소드 설명
compileRouteStub ( ) : string Compile the migration stub.

비공개 메소드들

메소드 설명
start ( ) : void Start make controller.

메소드 상세

__construct() 공개 메소드

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

compileRouteStub() 보호된 메소드

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