An interface that enables any CFC to act like a parent injector within WireBox
|
Method Summary |
any<boolean> |
containsInstance(any name)
Checks if this injector can locate a model instance or not
|
any |
getInstance([any name], [any dsl], [any<struct> initArguments])
Locates, Creates, Injects and Configures an object model instance
|
any<Injector> |
getParent()
Get a reference to the parent injector instance, else an empty simple string meaning nothing is set
|
void |
setParent(any<Injector> injector)
Link a parent Injector with this injector
|
void |
shutdown()
Shutdown the injector gracefully by calling the shutdown events internally
|