interface ResolverInterface

Resolver interface.

Methods

string
fake()

Get the row string form database factory, then return the string for Seeder class.

string
migration()

Get the row string for migration file, then return the string for migration class.

Details

at line 15
string fake()

Get the row string form database factory, then return the string for Seeder class.

Return Value

string

The method returns a Seeder class row string

at line 22
string migration()

Get the row string for migration file, then return the string for migration class.

Return Value

string

The method returns a Migration file row string