PHP 클래스 Nwidart\Modules\Publishing\MigrationPublisher

상속: extends AssetPublisher
파일 보기 프로젝트 열기: nwidart/laravel-modules

공개 메소드들

메소드 설명
__construct ( Migrator $migrator ) MigrationPublisher constructor.
getDestinationPath ( ) : string Get destination path.
getSourcePath ( ) : string Get source path.

메소드 상세

__construct() 공개 메소드

MigrationPublisher constructor.
public __construct ( Migrator $migrator )
$migrator Nwidart\Modules\Migrations\Migrator

getDestinationPath() 공개 메소드

Get destination path.
public getDestinationPath ( ) : string
리턴 string

getSourcePath() 공개 메소드

Get source path.
public getSourcePath ( ) : string
리턴 string