PHP Class Laralib\L5scaffold\Makes\MakeLocalization

Inheritance: use trait MakerTrait
Afficher le fichier Open project: laralib/l5scaffold

Méthodes publiques

Méthode Description
__construct ( ScaffoldMakeCommand $scaffoldCommand, Illuminate\Filesystem\Filesystem $files ) : void Create a new instance.

Méthodes protégées

Méthode Description
compileLocalizationStub ( ) : string Compile the migration stub.
start ( ) : void Start make seed.

Private Methods

Méthode Description
build ( &$stub )
replaceLocalization ( &$stub )

Method Details

__construct() public méthode

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

compileLocalizationStub() protected méthode

Compile the migration stub.
protected compileLocalizationStub ( ) : string
Résultat string

start() protected méthode

Start make seed.
protected start ( ) : void
Résultat void