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

Return Value

BelongsToMany

at line 29
BelongsToMany authors()

Authors

Return Value

BelongsToMany

at line 37
BelongsToMany annotations()

Annotations

Return Value

BelongsToMany

at line 44
publications()

The publications that belong to the Document.

at line 53
BelongsToMany corpus()

Authors

Return Value

BelongsToMany