Method Abstract():classObject() Foundation

Retrieves the class object of a class.

Syntax
:classObject() --> oClassObject
Return

The method returns the class object of a class.

Description

The class object exists only once per class. It is usually obtained by calling the class function and creates instance objects with its :new()method. Two instances belong to the same class, when :classObject()returns the same object for both.

Feedback

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.