\KorbaGenerator

Class Generator generate Model and Table values.

A class used to generate the database parameter for an Eloquent database model and Migration class.

Summary

Methods
Properties
Constants
getModelDefaultParameters()
createTableDefaultParameters()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
No private properties found
N/A

Methods

getModelDefaultParameters()

getModelDefaultParameters() : array

Generator public static function getModelDefaultParameters.

This method is used to create the attributes for Eloquent model.

Returns

array

createTableDefaultParameters()

createTableDefaultParameters(mixed  $table) 

Generator public static function createTableDefaultParameters.

This method is used to create the table fields for the Migration class.

Parameters

mixed $table

The Migration class Schema table

__construct()

__construct() 

Generator private constructor.

This construct prevents creating an instance of the class since it has only static methods.