SoftDeletes::restore()

bool|null restore() Restore a soft-deleted model instance. Return Value bool|null

SoftDeletes::isForceDeleting()

bool isForceDeleting() Determine if the model is currently force deleting. Return Value bool

SoftDeletes::getQualifiedDeletedAtColumn()

string getQualifiedDeletedAtColumn() Get the fully qualified "deleted at" column. Return Value string

SoftDeletes::getDeletedAtColumn()

string getDeletedAtColumn() Get the name of the "deleted at" column. Return Value string

SoftDeletes::forceDelete()

bool|null forceDelete() Force a hard delete on a soft deleted model. Return Value bool|null

SoftDeletes::bootSoftDeletes()

static void bootSoftDeletes() Boot the soft deleting trait for a model. Return Value void

SoftDeletes

SoftDeletes trait SoftDeletes (View source) Methods static void bootSoftDeletes() Boot the soft deleting trait for a model. bool|null forceDelete() Force a hard delete on a soft deleted model. bool|null restore() Restore a soft-deleted model instance. bool trashed() Determine if the model instance has been soft-deleted. static void restoring(Closure|string $callback) Register a restoring model event with the dispatcher. static void restored(Closure|string $callbac

SlackWebhookChannel::__construct()

void __construct(Client $http) Create a new Slack channel instance. Parameters Client $http Return Value void

SlackWebhookChannel::send()

ResponseInterface send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value ResponseInterface

SlackWebhookChannel

SlackWebhookChannel class SlackWebhookChannel (View source) Methods void __construct(Client $http) Create a new Slack channel instance. ResponseInterface send(mixed $notifiable, Notification $notification) Send the given notification.