buildChildEngineInstance (name, options) Ember.EngineInstance,Errorprivate
Defined in packages/ember-application/lib/system/engine-instance.js:168
Build a new Ember.EngineInstance that's a child of this instance. Engines must be registered by name with their parent engine (or application).
Parameters:
name String
the registered name of the engine.
options Object
options provided to the engine instance.
Returns:
Ember.EngineInstance,Error