\Amelaye\BioPHP\Domain\Database\Interfaces DatabaseInterface

Interface RecordingOnLocalDb

Summary

Methods
Constants
fetch()
recording()
No public constants found

Methods

fetch()

fetch(string  $sSeqId) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence|bool

Retrieves all data from the specified sequence record and returns them in the form of a Seq object. This method invokes one of several parser methods.

Parameters

string $sSeqId

The id of the seq obj.

Throws

\Exception

Returns

\Amelaye\BioPHP\Domain\Sequence\Entity\Sequence|bool —

recording()

recording(mixed  $dbname, mixed  $dbformat = "GENBANK", mixed  ...$args) : mixed

Records the new elements of a collection, reads a collection

Parameters

mixed $dbname
mixed $dbformat
mixed $args variadic

Throws

\Exception

Returns

mixed —