48 Commits (6b53e220ea230cda884a0b8b357b961c7526e0bf)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 5a425b2528 BaseArrayHelper::index() updated PHPDoc 9 years ago
Taras Gudz 91e2c71826 Fixes #@11071 9 years ago
Klimov Paul e4d9ed5182 code style fix 9 years ago
SilverFire - Dmitry Naumenko 438e5cfb5d BaseArrayHelper::isTraversable() PHPDoc update 9 years ago
Sam Mousa 16a6af5fa8 Add helper function for checking if an object is an array-like object. 9 years ago
Alexander Makarov 80e9331fe0 Spelling fixes, `BaseArrayHelper::index()` parameter `groupBy` renamed to `groups` 9 years ago
SilverFire - Dmitry Naumenko d56d2d7a31 BaseArrayHelper::index() - 3rd parameter renamed from dimensions to groupBy 9 years ago
Vladimir Khramov ef8b0a2be0 parameter dimensions in ArrayHelper::index 9 years ago
Andrew Nester 78de315794 Fixed processing nested objects multisort in BaseArrayHelper 9 years ago
Carsten Brandt ef5ce2d4c1 missing `@since` annotations in helpers 9 years ago
Andrew Nester ed23b97baf #10574 - Fix for BaseArrayHelper to work with invalid characters in proper way 9 years ago
Carsten Brandt f6dcb290ed reverted c00b97a/#9915, this is expected behavior 9 years ago
SilverFire - Dmitry Naumenko f72e9d5bcf Revert "#9915: changed behavior of ArrayHelper::getValue() according to @azureru suggestion" 9 years ago
Alexander Makarov 4b511fb9bc #9915: changed behavior of ArrayHelper::getValue() according to @azureru suggestion 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Carsten Brandt e5ed256959 rename ArrayHelper::in() and ArrayHelper::subset() 9 years ago
Sam Mousa 22d9997281 Implemented support of traversable objects in `RangeValidator::ranges`, added `ArrayHelper::in()` and `ArrayHelper::subset()` 9 years ago
Vadim c00b97a12c Fixes #9915: `yii\helpers\ArrayHelper::getValue()` was erroring instead of returning `null` for non-existing object properties 9 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Brett O'Donnell 3ce02dd17c toArray can be string 9 years ago
Brandon Kelly c339ed2949 Fixes #7764: `\yii\helpers\ArrayHelper::toArray()` wasn't passing `$recursive` to `Arrayable::toArray` 9 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
Klimov Paul 8caaba0168 Allow specification of the `$key` as an array at `yii\helpers\ArrayHelper::getValue()` 10 years ago
Qiang Xue fe19243da1 Fixes #6969: `yii\helpers\ArrayHelper::htmlEncode()` and `htmlDecode()` should not remove non-string data 10 years ago
Aviator-Coding ab926df29f Update BaseArrayHelper.php 10 years ago
Nikola Basic 95586f243c Fixed docblock for htmlEncode and htmlDecode [skip ci] 10 years ago
Qiang Xue cf0c8c37dd Fixes #5983: Added `Inflector::sentence()` 10 years ago
pana1990 a61c869256 fix docs 10 years ago
pana1990 eddbb6bedb dropped locale option 10 years ago
pana1990 a87c55ff97 fix camelCase syntax 10 years ago
pana1990 05263692e5 Fixes #5938: add sentence method in Arrayhelper for convert the array to a comma-separated sentence 10 years ago
Vasiliy Baukin ba68986df0 Update BaseArrayHelper.php 10 years ago
Artem Belov bcd2392673 ArrayHelper::toArray() now uses $properties parameter in recursive calls for descending objects 10 years ago
Michael Härtl bf97adbf64 Expand abnormally used ternary operator to if 10 years ago
Alexander Makarov 36e4930dcd Fixes #3669: added note about using ArrayHelper::getValue with objects 10 years ago
Alexander Makarov 44273f0790 Revert "Merge pull request #3445 from Alex-Code/getValue" 10 years ago
Alex-Code 274828839b Check if property is set 11 years ago
Yeung Song 5ea81a91c9 Fixed document for multisort in BaseArrayHelper 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
Qiang Xue b7d6f6141a Added `isAssociative()` and `isIndexed()` to `yii\helpers\ArrayHelper` 11 years ago
Carsten Brandt d774e7f127 fixed recursive call of ArrayHelper::toArray() 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 9beba31fc0 rest WIP 11 years ago
Carsten Brandt d2d94ab358 fixed arrayHelper::toArray() recursive call 11 years ago
Alexander Kochetov 6051253e6e BaseArrayHelper updated 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 9e66e08bc7 Fixes #802: Added support for retrieving sub-array element or child object property through `ArrayHelper::getValue()` 11 years ago
Qiang Xue 7a5a29c767 Added ArrayHelper::keyExists(). 11 years ago