antograssiot
|
150be2d7b5
add missing use statement
|
10 years ago |
antograssiot
|
0dbe486f5c
don't modify args before calling `func_get_args()`
|
10 years ago |
Jose Lorenzo Rodriguez
|
d5b06604e7
Renamed {n} to {*} in collections
|
10 years ago |
Jose Lorenzo Rodriguez
|
4761d41897
Naïve version of supporting {n} notation in collection methods
|
10 years ago |
Jose Lorenzo Rodriguez
|
a340d8b00a
Making Collection::sumOf() use an identity by default
|
10 years ago |
Jose Lorenzo Rodriguez
|
8540633534
Fixes #6683
|
10 years ago |
Jose Lorenzo Rodriguez
|
663c965095
Fixed CS
|
11 years ago |
Jose Lorenzo Rodriguez
|
a50ff282f9
Implemented Collection::last()
|
11 years ago |
Jose Lorenzo Rodriguez
|
8c10deec57
Implemented Collection::skip()
|
11 years ago |
Jose Lorenzo Rodriguez
|
5cf8c01ce9
Removing extra line
|
11 years ago |
Jose Lorenzo Rodriguez
|
2911a03e9b
Documenting the ZipIterator
|
11 years ago |
Jose Lorenzo Rodriguez
|
c8c60fb36b
Implemeting the zipWith() method
|
11 years ago |
Jose Lorenzo Rodriguez
|
ac97df1f0a
Initial implementation of Collection::zip()
|
11 years ago |
Jose Lorenzo Rodriguez
|
5c198c69d1
Using unwrap in another place
|
11 years ago |
Jose Lorenzo Rodriguez
|
fe030056d0
Calling unwrap() directly
|
11 years ago |
Jose Lorenzo Rodriguez
|
d19485bd97
Making unwrap public, because "Coding Standards"
|
11 years ago |
Jose Lorenzo Rodriguez
|
04675bafce
Making _unwrap() a method of the ColletionInterface
|
11 years ago |
Jose Lorenzo Rodriguez
|
bac36e05d7
Implemented Collection::isEmpty()
|
11 years ago |
José Lorenzo Rodríguez
|
705f5ae76e
I hate PSR-2 :D
|
11 years ago |
José Lorenzo Rodríguez
|
5b658bdd56
Another PSR-2 d'oh
|
11 years ago |
Jose Lorenzo Rodriguez
|
6b034273ce
Implementing Collection::through()
|
11 years ago |
Jose Lorenzo Rodriguez
|
84bb942180
Rewinding only once the iterator for Collection::nest()
|
11 years ago |
Jose Lorenzo Rodriguez
|
27a6ce902f
HHVM has a bug aroudn assigning by referece I did not want to investigate.
|
11 years ago |
Andreas Kristiansen
|
50d2c8f703
Initial value for Collection::reduce is now optional
|
11 years ago |
mark_story
|
eace3a3031
Fix PHPCS errors.
|
11 years ago |
Jose Lorenzo Rodriguez
|
a70e205fb0
Using _unwrap in all methods where the collection passes itself
|
11 years ago |
Jose Lorenzo Rodriguez
|
2db5ae4c6a
Consolidating common code
|
11 years ago |
Jose Lorenzo Rodriguez
|
a9aff86f05
Speeding up each() by unwrapping uneeded nested collections first
|
11 years ago |
Jose Lorenzo Rodriguez
|
9ee1eab782
Speeding up conversion of collections to arrays
|
11 years ago |
Jose Lorenzo Rodriguez
|
6b9920d4bf
Optimizing Collection::sort()
|
11 years ago |