We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef77e45 commit c9e55b6Copy full SHA for c9e55b6
pages/ox_lib/Modules/Class/Shared.mdx
@@ -33,6 +33,7 @@ OxClass is a blueprint used for all classes created with `lib.class`. It provide
33
- private?: `table`
34
- A protected field which holds all private data in a class.
35
- Private data cannot be accessed outside of class methods, enforcing security and data integrity.
36
+ - Is always defined in the `constructor`, but must be explicitly defined if no private propertiees are set.
37
- super?: `class`
38
- A protected method referencing the constructor of a superclass.
39
- Must be called inside a class constructor when instantiating a class.
0 commit comments