Corpus
class Corpus extends Model
Class Corpus
Properties
protected | $guarded |
Methods
BelongsToMany
corpusprojects()
No description
BelongsToMany
users()
No description
publications()
The publications that belong to the Corpus.
documents()
The documents that belong to the Corpus.
BelongsToMany
annotations()
Annotations
HasMany
corpusfiles()
CorpusFiles
HasMany
boardmessages()
boardmessages
doi()
The dois that belong to the corpus.
Details
at line 17
BelongsToMany
corpusprojects()
at line 24
BelongsToMany
users()
at line 31
publications()
The publications that belong to the Corpus.
at line 39
documents()
The documents that belong to the Corpus.
at line 48
BelongsToMany
annotations()
Annotations
at line 56
HasMany
corpusfiles()
CorpusFiles
at line 64
HasMany
boardmessages()
boardmessages
at line 71
doi()
The dois that belong to the corpus.