32 lines
701 B
YAML
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: []
|