GenomeReference
in package
Class GenomeReference
Tags
Table of Contents
Properties
- $authors : array<string|int, mixed>
- $journal : string
- $pages : string
- $title : string
- $type : string
- $volume : string
- $year : string
Methods
- getAuthors() : array<string|int, mixed>
- getJournal() : string
- getPages() : string
- getTitle() : string
- getType() : string
- getVolume() : string
- getYear() : string
- setAuthors() : void
- setJournal() : void
- setPages() : void
- setTitle() : void
- setType() : void
- setVolume() : void
- setYear() : void
Properties
$authors
private
array<string|int, mixed>
$authors
= []
$journal
private
string
$journal
= ""
$pages
private
string
$pages
= ""
$title
private
string
$title
= ""
$type
private
string
$type
= ""
$volume
private
string
$volume
= ""
$year
private
string
$year
= ""
Methods
getAuthors()
public
getAuthors() : array<string|int, mixed>
Return values
array<string|int, mixed>getJournal()
public
getJournal() : string
Return values
stringgetPages()
public
getPages() : string
Return values
stringgetTitle()
public
getTitle() : string
Return values
stringgetType()
public
getType() : string
Return values
stringgetVolume()
public
getVolume() : string
Return values
stringgetYear()
public
getYear() : string
Return values
stringsetAuthors()
public
setAuthors(array<string|int, mixed> $authors) : void
Parameters
- $authors : array<string|int, mixed>
setJournal()
public
setJournal(string $journal) : void
Parameters
- $journal : string
setPages()
public
setPages(string $pages) : void
Parameters
- $pages : string
setTitle()
public
setTitle(string $title) : void
Parameters
- $title : string
setType()
public
setType(string $type) : void
Parameters
- $type : string
setVolume()
public
setVolume(string $volume) : void
Parameters
- $volume : string
setYear()
public
setYear(string $year) : void
Parameters
- $year : string