Document
class Document extends Model
Properties
protected | $guarded |
Methods
BelongsToMany
editors()
Editors
BelongsToMany
authors()
Authors
BelongsToMany
annotations()
Annotations
publications()
The publications that belong to the Document.
BelongsToMany
corpus()
Authors
Details
at line 21
BelongsToMany
editors()
Editors
at line 29
BelongsToMany
authors()
Authors
at line 37
BelongsToMany
annotations()
Annotations
at line 44
publications()
The publications that belong to the Document.
at line 53
BelongsToMany
corpus()
Authors