string getActualClassNameForMorph(string $class) Retrieve the fully qualified class name from a slug. Parameters string $class Return Value string
NotificationSending class NotificationSending (View source) Properties mixed $notifiable The notifiable entity who received the notification. Notification $notification The notification instance. string $channel The channel name.
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder
mixed search(mixed $value, bool $strict = false) Search the collection for a given value and return the corresponding key if successful. Parameters mixed $value bool $strict Return Value mixed
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
MorphPivot setMorphClass(string $morphClass) Set the morph class for the pivot. Parameters string $morphClass Return Value MorphPivot
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
string getRelatedFreshUpdate() Get the related model's updated at column name. Return Value string
int sendReminder(RemindableInterface $user, string $token, Closure $callback = null) Send the password reminder e-mail. Parameters RemindableInterface $user string $token Closure $callback Return Value int
Page 483 of 996