DatabaseNotification::setObservableEvents()

$this setObservableEvents(array $observables) Set the observable event names. Parameters array $observables Return Value $this

DatabaseNotification::setKeyName()

$this setKeyName(string $key) Set the primary key for the model. Parameters string $key Return Value $this

DatabaseNotification::setIncrementing()

$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this

DatabaseNotification::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

DatabaseNotification::setEventDispatcher()

static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

DatabaseNotification::setDateFormat()

$this setDateFormat(string $format) Set the date format used by the model. Parameters string $format Return Value $this

DatabaseNotification::setCreatedAt()

$this setCreatedAt(mixed $value) Set the value of the "created at" attribute. Parameters mixed $value Return Value $this

DatabaseNotification::setConnectionResolver()

static void setConnectionResolver(ConnectionResolverInterface $resolver) Set the connection resolver instance. Parameters ConnectionResolverInterface $resolver Return Value void

DatabaseNotification::setConnection()

$this setConnection(string $name) Set the connection associated with the model. Parameters string $name Return Value $this

DatabaseNotification::setAttribute()

$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this