Resolver
abstract class Resolver implements ResolverInterface
It is used by parent class of various resolver classes.
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
last(string $migration)
Finally process for resolvers
mixed
__get(string $property)
Reading data from inaccessible (protected or private) or non-existing properties.
Details
at line 19
__construct(Column $column)
Constructor.
at line 32
abstract string
fake()
internal | This method should be implemented by child classes. |
Get the row string form database factory, then return the string for Seeder class.
at line 41
abstract string
migration()
internal | This method should be implemented by child classes. |
Get the row string for migration file, then return the string for migration class.
at line 49
string
last(string $migration)
Finally process for resolvers
at line 68
mixed
__get(string $property)
Reading data from inaccessible (protected or private) or non-existing properties.