Documentation

GenomeReference
in package

Class GenomeReference

Tags
author

Amélie DUVERNET aka Amelaye amelieonline@gmail.com

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

Methods

getAuthors()

public getAuthors() : array<string|int, mixed>
Return values
array<string|int, mixed>

setAuthors()

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
On this page

Search results