StringResolver
final class StringResolver extends VarcharResolver
VARCHAR(size)
A VARIABLE length string (can contain letters, numbers, and special characters). The size parameter specifies the maximum column length in characters - can be from 0 to 65535
Methods
string
fake()
Get the row string form database factory, then return the string for Seeder class.
from
VarcharResolver
string
migration()
Get the row string for migration file, then return the string for migration class.
from
VarcharResolver
Details
in
VarcharResolver at line 15
string
fake()
Get the row string form database factory, then return the string for Seeder class.
in
VarcharResolver at line 20
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.