string getAuthPassword() Get the password for the user. Return Value string
mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed
string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string
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
mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). 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
string freshTimestampString() Get a fresh timestamp for the model. Return Value string
Carbon freshTimestamp() Get a fresh timestamp for the model. Return Value Carbon
Page 51 of 996