interface ResolverInterface (View source)

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.

string|null
nova()

Get the row string for Nova resource file, then return the string for Nova resource class.

string|null
cast()

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

Details

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

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

string|null nova()

Get the row string for Nova resource file, then return the string for Nova resource class.

Return Value

string|null

The method returns a Nova resource file row field string

string|null cast()

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

Return Value

string|null

The method returns a cast file row field string