$client
$client :
Import a GEOFF file into a batch
__construct(\Everyman\Neo4j\Client $client)
Build the importer
| \Everyman\Neo4j\Client | $client |
load(\Everyman\Neo4j\Geoff\stream $handle, \Everyman\Neo4j\Batch $batch) : \Everyman\Neo4j\Batch
Load a GEOFF string from a stream If a batch is provided, append imported data to it, else, create and return a new batch
| \Everyman\Neo4j\Geoff\stream | $handle | |
| \Everyman\Neo4j\Batch | $batch |
loadLine(string $line, \Everyman\Neo4j\Batch $batch, integer $lineNum, array $nodes, array $rels)
Load a single line into the batch
| string | $line | |
| \Everyman\Neo4j\Batch | $batch | |
| integer | $lineNum | |
| array | $nodes | |
| array | $rels |