\Amelaye\BioPHP\Api\DTOProteinReductionDTO

Database of elements - PK Values

Summary

Methods
Properties
Constants
getId()
setId()
getAlphabet()
setAlphabet()
getLetters()
setLetters()
getPattern()
setPattern()
getNature()
setNature()
getReduction()
setReduction()
getDescription()
setDescription()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$id
$alphabet
$letters
$pattern
$nature
$reduction
$description
N/A

Properties

$id

$id : int

Type

normal — Id of the row

$alphabet

$alphabet : string

Type

normal — Name of the Alphabet (Murphy etc ...)

$letters

$letters : string

Type

normal — Letters of the alphabet

$pattern

$pattern : string

Type

normal — Patterns of reduction

$nature

$nature : string

Type

normal — Nature of the pattern (Aliphatic, Aromatic ...)

$reduction

$reduction : string

Type

normal — Corresponding letter

$description

$description : string

Type

normal — Description of the pattern (original alphabet)

Methods

getId()

getId() : int

Returns

int

setId()

setId(int  $id) : void

Parameters

int $id

getAlphabet()

getAlphabet() : string

Returns

string

setAlphabet()

setAlphabet(string  $alphabet) : void

Parameters

string $alphabet

getLetters()

getLetters() : string

Returns

string

setLetters()

setLetters(string  $letters) : void

Parameters

string $letters

getPattern()

getPattern() : string

Returns

string

setPattern()

setPattern(string  $pattern) : void

Parameters

string $pattern

getNature()

getNature() : string

Returns

string

setNature()

setNature(string  $nature) : void

Parameters

string $nature

getReduction()

getReduction() : string

Returns

string

setReduction()

setReduction(string  $reduction) : void

Parameters

string $reduction

getDescription()

getDescription() : string

Returns

string

setDescription()

setDescription(string  $description) : void

Parameters

string $description