string createNewToken() Create a new token for the user. Return Value string
string getDateFormat() Get the format for database stored dates. Return Value string
void useErrorLog(string $level = 'debug', int $messageType = ErrorLogHandler::OPERATING_SYSTEM) Register an error_log handler. Parameters string $level int $messageType Return Value void
bool isDirty(array|string|null $attributes = null) Determine if the model or given attribute(s) have been modified. Parameters array|string|null $attributes Return Value bool
Collection except(mixed $keys) Get all items except for those with the specified keys. Parameters mixed $keys Return Value Collection
bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool
mixed sendNow(Mailable $mailable) Send a mailable message immediately. Parameters Mailable $mailable Return Value mixed
gc($lifetime) {@inheritdoc} Parameters $lifetime
string guessPackagePath() Guess the package path for the provider. Return Value string
array broadcastOn() Get the channels the event should broadcast on. Return Value array
Page 594 of 996