yiisoft / data

Data providers

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve namespacing

samdark opened this issue · comments

  • Move Reader\Interable to IterableReader to separate concepts better.
  • Merge FilterHandlerInterface into IterableHandlerInterface since it's used in iterable filter only.

Merge FilterHandlerInterface into IterableHandlerInterface since it's used in iterable filter only.

FilterHandlerInterface used in common reader interface FilterableDataInterface.