PHP 클래스 Nwidart\Modules\Publishing\LangPublisher

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

보호된 프로퍼티들

프로퍼티 타입 설명
$showMessage boolean Determine whether the result message will shown in the console.

공개 메소드들

메소드 설명
getDestinationPath ( ) : string Get destination path.
getSourcePath ( ) : string Get source path.

메소드 상세

getDestinationPath() 공개 메소드

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

getSourcePath() 공개 메소드

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

프로퍼티 상세

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

Determine whether the result message will shown in the console.
protected bool $showMessage
리턴 boolean