Mark Scherer
|
eaa9179c36
Add __debugInfo() to Collection.
|
11 years ago |
Jose Lorenzo Rodriguez
|
6b034273ce
Implementing Collection::through()
|
11 years ago |
Andreas Kristiansen
|
50d2c8f703
Initial value for Collection::reduce is now optional
|
11 years ago |
Adam Taylor
|
9368c625ef
Fix typos
|
11 years ago |
Jose Lorenzo Rodriguez
|
a70e205fb0
Using _unwrap in all methods where the collection passes itself
|
11 years ago |
Jose Lorenzo Rodriguez
|
6b9920d4bf
Optimizing Collection::sort()
|
11 years ago |
Jose Lorenzo Rodriguez
|
1662f2e302
Implemented Collection::toList() to avoid confusion when getting results
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
Mark Story
|
2a51059d3b
Fix phpcs error.
|
11 years ago |
Jose Lorenzo Rodriguez
|
5fe3e34db1
Refactoring and documenting functions
|
11 years ago |
Jose Lorenzo Rodriguez
|
39607af730
Using an identity function in unfold() is a very common case
|
11 years ago |
Jose Lorenzo Rodriguez
|
4a2a76c5f2
Initial code for implementing Collection::unfold()
|
11 years ago |
Jose Lorenzo Rodriguez
|
8cdf2cfdb9
Implemented Collection::stopWhen()
|
11 years ago |
euromark
|
aa0c90ed1f
Consolidate asserts
|
11 years ago |
Bryan Crowe
|
7cd01cf687
Fix failed Exception message test
|
11 years ago |
Jose Lorenzo Rodriguez
|
a73697246d
Added Collection::buffered() to make any non-rewidable rewindable
|
11 years ago |
Bryan Crowe
|
608e1c5ae7
Add space after closures' function keyword
|
11 years ago |
Jose Lorenzo Rodriguez
|
e94fbfeb8a
Implemented Collection::sumOf()
|
11 years ago |
Jose Lorenzo Rodriguez
|
37b52e6048
Updating some tests so they report correct status in hhvm
|
11 years ago |
Bryan Crowe
|
d52ae87485
Fix license docblocks for phpdoc format
|
12 years ago |
Jose Lorenzo Rodriguez
|
a77af4959c
Added some docs
|
12 years ago |
Jose Lorenzo Rodriguez
|
b86a1f4c48
Started to implement a tree printer method
|
12 years ago |
Jose Lorenzo Rodriguez
|
5090b99fbd
Added test for using a callable in listNested
|
12 years ago |
Jose Lorenzo Rodriguez
|
07bd2dcdf3
Implemented the 3 iterator modes for listNested
|
12 years ago |
Jose Lorenzo Rodriguez
|
b4df00f08c
Added Collection::listNested()
|
12 years ago |
mark_story
|
35df107eea
Add default callback for CollectionTrait::filter().
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
Jose Lorenzo Rodriguez
|
1ad430464e
All tests executing without fatals under hhvm
|
12 years ago |
Jose Lorenzo Rodriguez
|
24adbb3fb1
Skipping tests for features not yet implemented in hhvm
|
12 years ago |
Jose Lorenzo Rodriguez
|
1538bd32f9
Added test for Collection::insert()
|
12 years ago |