Skip to content
fahimc edited this page Mar 10, 2013 · 1 revision

_super(object, methodName) - Calls the super class. Provide the object and the function as String.
extend(newObject, toClone) - Extends an Object/Class. Provide the new Object and the Class you want to extend.
implement(newObject, toClone) - Implements an Interface. Provide the new Object and the Interface you want to implement.

Clone this wiki locally