string getCreatedAtColumn() Get the name of the "created at" column. Return Value string
static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface
string getConnectionName() Get the current connection name for the model. Return Value string
Connection getConnection() Get the database connection for the model. Return Value Connection
array getCasts() Get the casts array. Return Value array
mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). Parameters string $key Return Value mixed
array getAttributes() Get all of the current attributes on the model. Return Value array
mixed getAttribute(string $key) Get an attribute from the model. Parameters string $key Return Value mixed
string getActualClassNameForMorph(string $class) Retrieve the fully qualified class name from a slug. Parameters string $class Return Value string
mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed
Page 461 of 996