Skip to content

Completed Documentation and added new Methods

Compare
Choose a tag to compare
@rotexdegba rotexdegba released this 01 Dec 04:52
· 219 commits to master since this release
  • Completed Documentation
  • Added the following methods to CollectionInterface and implemented them in CollectionInterfaceImplementationTrait:
    • __get, __isset, __set, __unset, allSatisfyConditions, diff, diffUsing, diffAssoc, diffAssocUsing, diffKeys, diffKeysUsing, intersectByKeys, intersectByItems, intersectByKeysAndItems, intersectByKeysUsingCallback, intersectByItemsUsingCallback & intersectByKeysAndItemsUsingCallbacks
  • Renamed getValues() to getItems()
  • Added the helper function VersatileCollections\dump_var($var) for debugging purposes