PHP Class Laralib\L5scaffold\Makes\MakeController

Inheritance: use trait Illuminate\Console\AppNamespaceDetectorTrait, use trait MakerTrait
Show file Open project: laralib/l5scaffold

Protected Properties

Property Type Description
$scaffoldCommandObj Laralib\L5scaffold\Commands\ScaffoldMakeCommand Store name from Model

Public Methods

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

Protected Methods

Method Description
compileControllerStub ( ) : string Compile the controller stub.

Private Methods

Method Description
start ( ) : void Start make controller.

Method Details

__construct() public method

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

compileControllerStub() protected method

Compile the controller stub.
protected compileControllerStub ( ) : string
return string

Property Details

$scaffoldCommandObj protected property

Store name from Model
protected ScaffoldMakeCommand,Laralib\L5scaffold\Commands $scaffoldCommandObj
return Laralib\L5scaffold\Commands\ScaffoldMakeCommand