.extend()
Extends the base Database class by adding/overwriting methods.
Last updated
Was this helpful?
Extends the base Database class by adding/overwriting methods.
Last updated
Was this helpful?
Parameter
Description
extensions
An object with the methods
Returns
Description
A modified version of the base Database class with the new methods
You can define methods using and/or functions, but in order to access the base class methods with the "this" keyword, you must use a normal function.