Class


Module hilo/core/Class Source Class.js
Class Class is created to aid the developer.

Methods

Method Defined
create(properties:Object):Object
static
Class
mix(target:Object, source:Object):Object
static
Class

Method Detail

[Static] create(properties:Object):Object
parameters
properties:Object — Properties and methods to create the class.
  • Extends - Designed to inherit the parent class.
  • Mixes - Specifies mixed member collection object.
  • Statics - Static property or method specified class.
  • constructor - The constructor of specified class.
  • Other members of the property or method to create the class.
return
Object — Create classes.
[Static] mix(target:Object, source:Object):Object
parameters
target:Object — Mixed audiences.
source:Object — The source whose methods and properties are to be mixed. It can support multiple source parameters.
return
Object — Mixed audiences.