DusanKasan / Knapsack

Collection pipeline library for PHP

Home Page:http://dusankasan.github.io/Knapsack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extract method does not support collections of stdClass

ethernidee opened this issue · comments

"Extract" method filters items by isCollection. isCollection by unknown reason does not treat stdClass as container. Though stdClass is not Traversable, it's still efficient and popular key-value storage, suitable for foreach.