Class: wcClass

wcClass


new wcClass()

JavaScript class inheritance system.

Source:

Methods


<static> function extend(className, _args) -> Object

Extends the class object.

Parameters:
Name Type Argument Description
className string The name of the class to define.
_args Object <repeatable>
Any parameters to pass on to the class constructor.
Source:
Returns:
- The new inherited class object.
Type
Object

function classInit()

Initializes a class type.

Source:

function init()

Class constructor.

Source: