EnumResolver
class EnumResolver extends Resolver
ENUM(val1, val2, val3, ...)
A string object that can have only one value, chosen from a list of possible values. You can list up to 65535 values in an ENUM list. If a value is inserted that is not in the list, a blank value will be inserted. The values are sorted in the order you enter them
Methods
Get the row string form database factory, then return the string for Seeder class.
Get the row string for migration file, then return the string for migration class.
Details
at line 17
string
fake()
Get the row string form database factory, then return the string for Seeder class.
at line 25
string
migration()
Get the row string for migration file, then return the string for migration class.
in
Resolver at line 49
string
last(string $migration)
Finally process for resolvers
in
Resolver at line 68
mixed
__get(string $property)
Reading data from inaccessible (protected or private) or non-existing properties.