Skip to content

Commit

Permalink
add note about arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
fab2s committed Apr 23, 2018
1 parent 8096855 commit c6be8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/citizens.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Citizens

YaEtl has _no_ opinion about what a record should be. Though since array'ish structures are pretty common when dealing with data structures, many examples bellow will assume that `$record` is some kind of array.

## Extractor

An extractor should usually fetch many records at once using its `extract()` method and should return them one by one through its `getTraversable()` method, inherited from Nodalflow's `TraversableInterface`.
Expand Down

0 comments on commit c6be8f5

Please sign in to comment.