Members
-
name :string
-
Description
The name of this model. Is mandatory that al SCEventWrappers to have a name.
Methods
-
<static> extend( definition ) → {Class.<SCEventWrapper>}
-
Description
Create a new class with provided name and methods that will automatically trigger after and before events when
methods are called to provide AOP-similar functionality.Parameters
Name Type Description definitionObject The definition for the new model that contain a name and the model methods to wrap.
The name is mandatory.Returns