Skip to content

2.1.0

Latest

Choose a tag to compare

@slashrsm slashrsm released this 23 Jul 09:12
f539cf8

Added

  • Lookup strategies for DoctrineWriter (port of #11 for 2.x)
    • Port\Doctrine\LookupStrategy
    • Port\Doctrine\LookupStrategy\FieldsLookupStrategy
    • DoctrineWriter::withLookupStrategy()
    • Optional 5th constructor argument ?LookupStrategy

Default write/lookup behavior is unchanged for existing callers. Existing $index / $lookupMethod options remain supported.

See #31.