PHP Class Laralib\L5scaffold\Makes\MakeLayout

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
getPathResource ( ) : string Get the path to where we should store the view.
putViewLayout ( $name, $stub, $file ) : void Write layout in path
start ( ) : void Start make layout(view).

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

getPathResource() protected méthode

Get the path to where we should store the view.
protected getPathResource ( ) : string
Résultat string

putViewLayout() protected méthode

Write layout in path
protected putViewLayout ( $name, $stub, $file ) : void
Résultat void

start() protected méthode

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