Injector

Injector

Contains inject and cleanup methods

new Injector()
Static Members
INJECT_BEFORE
INJECT_AFTER
injectBefore(method, inject)
injectAfter(method, inject)
inject(method, inject, beforeOrAfter)
remove(method, remove, launch, inject)
reset(method, launch)
_toLauncher(method)
_locate(method)

Launcher

Launcher

Launcher class. Keeps original method and injections.

new Launcher(original: Function)
Parameters
original (Function) original function
Instance Members
constructor(original)
launch(args, any)