Methods
-
<static> functionextend(className, _args) -> Object -
Extends the class object.
Parameters:
Name Type Argument Description classNamestring The name of the class to define. _argsObject <repeatable>
Any parameters to pass on to the class constructor. Returns:
- The new inherited class object.- Type
- Object
-
function classInit() -
Initializes a class type.
-
function init() -
Class constructor.