\Amelaye\BioPHP\Domain\Database\InterfacesDatabaseInterface

Interface RecordingOnLocalDb

Summary

Methods
Constants
fetch()
recording()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

fetch()

fetch(string  $sSeqId, string  $sDataPath) : \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.

string $sDataPath

The path to the data file.

Throws

\Exception

Returns

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

recording()

recording() : mixed

Records the new elements of a collection, reads a collection

Throws

\Exception

Returns

mixed