PHP Class Nwidart\Modules\Publishing\LangPublisher

Inheritance: extends Publisher
Afficher le fichier Open project: nwidart/laravel-modules

Protected Properties

Свойство Type Description
$showMessage boolean Determine whether the result message will shown in the console.

Méthodes publiques

Méthode Description
getDestinationPath ( ) : string Get destination path.
getSourcePath ( ) : string Get source path.

Method Details

getDestinationPath() public méthode

Get destination path.
public getDestinationPath ( ) : string
Résultat string

getSourcePath() public méthode

Get source path.
public getSourcePath ( ) : string
Résultat string

Property Details

$showMessage protected_oe property

Determine whether the result message will shown in the console.
protected bool $showMessage
Résultat boolean