.extend()
Extends the base Collection class by adding/overwriting methods.
extend(extensions)
Parameter | Description |
extensions | An object with the methods |
Returns | Description |
A modified version of the base Collection class with the new methods |
Last updated