Resolver
abstract class Resolver implements ResolverInterface (View source)
It is used by parent class of various resolver classes.
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.
Get the row string for Nova resource file, then return the string for Nova resource class.
Finally process for resolvers
Get the attribute casting
Reading data from inaccessible (protected or private) or non-existing properties.
Details
__construct(Column $column)
Constructor.
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.
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.
abstract string|null
nova()
internal | This method should be implemented by nova resource classes. |
Get the row string for Nova resource file, then return the string for Nova resource class.
string
last(string $migration)
Finally process for resolvers
string|null
cast()
Get the attribute casting
mixed
__get(string $property)
Reading data from inaccessible (protected or private) or non-existing properties.