PHP Class Laralib\L5scaffold\Makes\MakeView

Inheritance: use trait MakerTrait
Show file Open project: laralib/l5scaffold

Protected Properties

Property Type Description
$scaffoldCommandObj Laralib\L5scaffold\Commands\ScaffoldMakeCommand Store scaffold command.
$schemaArray array Store property of model

Public Methods

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

Protected Methods

Method Description
getFields ( $ui, $type )
getSchemaArray ( ) : void Get all property of model

Private Methods

Method Description
getVariablesFromField ( $options )
start ( ) : void Start make view.

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

getFields() protected method

protected getFields ( $ui, $type )

getSchemaArray() protected method

Get all property of model
protected getSchemaArray ( ) : void
return void

Property Details

$scaffoldCommandObj protected property

Store scaffold command.
protected ScaffoldMakeCommand,Laralib\L5scaffold\Commands $scaffoldCommandObj
return Laralib\L5scaffold\Commands\ScaffoldMakeCommand

$schemaArray protected property

Store property of model
protected array $schemaArray
return array