Method Abstract():new() Foundation
Creates instances of a class.
<ClassFunction>():new( [<paramList,...>] ) --> oInstance
The method returns a new instance of a class.
:new() is the only method of a class object that creates new objects, or instances, of that class. This method cannot be overloaded. Immediately after the class object has created the instance, it calls the :init() method of the new object and passes the received parameters on to :init().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.