You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Additionally, common methods like sum(), count(), etc can be made part of that class (as long as it doesn't grow to the size of Collection). An interesting solution, that would work for sum() and count() could be
Add a fluent array API:
Implementation
->
calls to arrays could be wrapped inphpplus_arr()
, which would return an instance of a class like this:Additionally, common methods like
sum()
,count()
, etc can be made part of that class (as long as it doesn't grow to the size of Collection). An interesting solution, that would work forsum()
andcount()
could beThe text was updated successfully, but these errors were encountered: