PHP Class Nwidart\Modules\Publishing\LangPublisher

Inheritance: extends Publisher
Show file Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$showMessage boolean Determine whether the result message will shown in the console.

Public Methods

Method Description
getDestinationPath ( ) : string Get destination path.
getSourcePath ( ) : string Get source path.

Method Details

getDestinationPath() public method

Get destination path.
public getDestinationPath ( ) : string
return string

getSourcePath() public method

Get source path.
public getSourcePath ( ) : string
return string

Property Details

$showMessage protected property

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