PHP Class Laralib\L5scaffold\Makes\MakeSeed

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
compileSeedStub ( ) : string Compile the seed stub.
start ( ) : void Start make seed.

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

compileSeedStub() protected méthode

Compile the seed stub.
protected compileSeedStub ( ) : string
Résultat string

start() protected méthode

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