api/laravel/Notifications/HasDatabaseNotifications.yaml
2024-09-26 02:03:21 -07:00

32 lines
701 B
YAML

name: HasDatabaseNotifications
class_comment: null
dependencies: []
properties: []
methods:
- name: notifications
visibility: public
parameters: []
comment: '# * Get the entity''s notifications.
# *
# * @return \Illuminate\Database\Eloquent\Relations\MorphMany<DatabaseNotification,
$this>'
- name: readNotifications
visibility: public
parameters: []
comment: '# * Get the entity''s read notifications.
# *
# * @return \Illuminate\Database\Query\Builder'
- name: unreadNotifications
visibility: public
parameters: []
comment: '# * Get the entity''s unread notifications.
# *
# * @return \Illuminate\Database\Query\Builder'
traits: []
interfaces: []