\Amelaye\BioPHP\Domain\Parser\Entity GenomeReference

Class GenomeReference

Summary

Methods
Properties
Constants
getType
setType
getAuthors
setAuthors
getTitle
setTitle
getJournal
setJournal
getVolume
setVolume
getPages
setPages
getYear
setYear
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
type
authors
title
journal
volume
pages
year
No private constants found

Properties

$type

$type : string

Type

string —

$authors

$authors : array

Type

array<string|int, mixed> —

$title

$title : string

Type

string —

$journal

$journal : string

Type

string —

$volume

$volume : string

Type

string —

$pages

$pages : string

Type

string —

$year

$year : string

Type

string —

Methods

getType()

getType() : string

Returns

string —

setType()

setType(string  $type) : void

Parameters

string $type

Returns

void —

getAuthors()

getAuthors() : array

Returns

array —

setAuthors()

setAuthors(array  $authors) : void

Parameters

array $authors

Returns

void —

getTitle()

getTitle() : string

Returns

string —

setTitle()

setTitle(string  $title) : void

Parameters

string $title

Returns

void —

getJournal()

getJournal() : string

Returns

string —

setJournal()

setJournal(string  $journal) : void

Parameters

string $journal

Returns

void —

getVolume()

getVolume() : string

Returns

string —

setVolume()

setVolume(string  $volume) : void

Parameters

string $volume

Returns

void —

getPages()

getPages() : string

Returns

string —

setPages()

setPages(string  $pages) : void

Parameters

string $pages

Returns

void —

getYear()

getYear() : string

Returns

string —

setYear()

setYear(string  $year) : void

Parameters

string $year

Returns

void —