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()

Return Value

BelongsToMany

at line 24
BelongsToMany users()

Return Value

BelongsToMany

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

Return Value

BelongsToMany

at line 56
HasMany corpusfiles()

CorpusFiles

Return Value

HasMany

at line 64
HasMany boardmessages()

boardmessages

Return Value

HasMany

at line 71
doi()

The dois that belong to the corpus.