Doctrine\OrientDB\Binding\HttpBindingInterface::getDocument PHP Method

getDocument() public method

Retrieves a record from the database. An optional fetch plan can be used to specify how to retrieve the graph and limit its depth.
public getDocument ( string $rid, string $database = null, string $fetchPlan = null ) : Doctrine\OrientDB\Binding\BindingResultInterface
$rid string
$database string
$fetchPlan string
return Doctrine\OrientDB\Binding\BindingResultInterface
    public function getDocument($rid, $database = null, $fetchPlan = null);