PHP Class Laralib\L5scaffold\Makes\MakeController

Inheritance: use trait Illuminate\Console\AppNamespaceDetectorTrait, use trait MakerTrait
Afficher le fichier Open project: laralib/l5scaffold

Protected Properties

Свойство Type Description
$scaffoldCommandObj Laralib\L5scaffold\Commands\ScaffoldMakeCommand Store name from Model

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
compileControllerStub ( ) : string Compile the controller stub.

Private Methods

Méthode Description
start ( ) : void Start make controller.

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

compileControllerStub() protected méthode

Compile the controller stub.
protected compileControllerStub ( ) : string
Résultat string

Property Details

$scaffoldCommandObj protected_oe property

Store name from Model
protected ScaffoldMakeCommand,Laralib\L5scaffold\Commands $scaffoldCommandObj
Résultat Laralib\L5scaffold\Commands\ScaffoldMakeCommand